Values_0.AggregationPartitionBySourceThe definition of an AggregationPartitionBy.
type nonrec t = {fieldName : LimitedString.t option;The field Name for an AggregationPartitionBy.
*)timeGranularity : TimeGranularity.t option;The TimeGranularity for an AggregationPartitionBy.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of LimitedString.t ]) list ]