Module Values_1.DataAggregationSource

A structure that represents a data aggregation.

Sourcetype nonrec t = {
  1. datasetRowDateGranularity : Values_0.TopicTimeGranularity.t option;
    (*

    The level of time precision that is used to aggregate DateTime values.

    *)
  2. defaultDateColumnName : Values_0.LimitedString.t option;
    (*

    The column name for the default date.

    *)
}
Sourceval make : ?datasetRowDateGranularity:??? -> ?defaultDateColumnName:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of Values_0.LimitedString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t