Enum AggregationType

Stay organized with collections Save and categorize content based on your preferences.
AggregationType

An enum that defines the aggregation types that can be set for a Field.

Properties

PropertyTypeDescription
AVGEnumAverage.
COUNTEnumCount.
COUNT_DISTINCTEnumCount Distinct.
MAXEnumMax.
MINEnumMin.
SUMEnumSum.
AUTOEnumAuto. Use Auto for calculated fields which reference an aggregated field.