aggregation property

String? aggregation
getter/setter pair

The aggregation function used to aggregate each key bucket Possible string values are:

  • "AGGREGATION_UNSPECIFIED" : Required default value.
  • "MAX" : Use the maximum of all values.
  • "SUM" : Use the sum of all values.

Implementation

core.String? aggregation;