count property

Count aggregator.

Implementation

@$pb.TagNumber(1)
StructuredAggregationQuery_Aggregation_Count get count => $_getN(0);
  1. @TagNumber(1)
set count (StructuredAggregationQuery_Aggregation_Count v)

Implementation

@$pb.TagNumber(1)
set count(StructuredAggregationQuery_Aggregation_Count v) {
  setField(1, v);
}