aggregations property

List<Aggregation>? aggregations
getter/setter pair

Array of aggregations to perform.

Up to 25 aggregations can be defined.

Implementation

core.List<Aggregation>? aggregations;