An enum that defines the aggregation types that can be set for a Field
.
Properties
Property | Type | Description |
---|---|---|
AVG | Enum | Average. |
COUNT | Enum | Count. |
COUNT_DISTINCT | Enum | Count Distinct. |
MAX | Enum | Max. |
MIN | Enum | Min. |
SUM | Enum | Sum. |
AUTO | Enum | Auto. Use Auto for calculated fields which reference an aggregated field. |