Values.DifferentialPrivacyPreviewAggregationSourceProvides an estimate of the number of aggregation functions that the member who can query can run given the epsilon and noise parameters.
type nonrec t = {type_ : DifferentialPrivacyAggregationType.t option;The type of aggregation function.
*)maxCount : DifferentialPrivacyPreviewAggregationMaxCountInteger.t option;The maximum number of aggregations that the member who can query can run given the epsilon and noise parameters.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of DifferentialPrivacyPreviewAggregationMaxCountInteger.t ])
list ]