statistic property

String? statistic
getter/setter pair

The aggregate metric to evaluate.

Optional. Possible string values are:

  • "STATISTIC_UNDEFINED" : Unspecified statistic type
  • "MEAN" : Evaluate the column mean
  • "MIN" : Evaluate the column min
  • "MAX" : Evaluate the column max

Implementation

core.String? statistic;