aggregation property

String? aggregation
getter/setter pair

Aggregation function associated with the metric. Possible string values are:

  • "AGGREGATION_FUNCTION_UNSPECIFIED" : Unspecified Aggregation function.
  • "AVG" : Average.
  • "SUM" : Summation.
  • "MIN" : Min.
  • "MAX" : Max.
  • "COUNT_DISTINCT" : Count distinct

Implementation

core.String? aggregation;