aggregations property

  1. @TagNumber(3)
List<StructuredAggregationQuery_Aggregation> aggregations

Optional. Series of aggregations to apply over the results of the structured_query.

Requires:

  • A minimum of one and maximum of five aggregations per query.

Implementation

@$pb.TagNumber(3)
$core.List<StructuredAggregationQuery_Aggregation> get aggregations =>
    $_getList(1);