Values_1.DataAggregationSourceA structure that represents a data aggregation.
type nonrec t = {datasetRowDateGranularity : Values_0.TopicTimeGranularity.t option;The level of time precision that is used to aggregate DateTime values.
*)defaultDateColumnName : Values_0.LimitedString.t option;The column name for the default date.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.LimitedString.t ])
list ]