Values.SummarizationDimensionOverviewSourceProvides an overview of how data is summarized across different dimensions.
type nonrec t = {name : String_.t option;Name of the summarization dimension.
*)count : Integer.t option;Total number of occurrences for this dimension.
*)sampleValues : SampleAggregationDimensionValues.t option;Indicates the sample values found within the dimension.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Integer.t
| `List of
[> `String of SampleAggregationDimensionValuesMemberString.t ] list
| `String of String_.t ])
list ]