Values_0.TotalAggregationOptionSourceThe total aggregation settings map of a field id.
type nonrec t = {fieldId : FieldId.t;The field id that's associated with the total aggregation option.
*)totalAggregationFunction : TotalAggregationFunction.t;The total aggregation function that you want to set for a specified field id.
*)}val make :
fieldId:FieldId.t ->
totalAggregationFunction:TotalAggregationFunction.t ->
unit ->
t