aggregateBy property

List<AggregateBy>? aggregateBy
getter/setter pair

The specification of data to be aggregated.

At least one aggregateBy spec must be provided. All data that is specified will be aggregated using the same bucketing criteria. There will be one dataset in the response for every aggregateBy spec.

Implementation

core.List<AggregateBy>? aggregateBy;