aggregateType property

String? aggregateType
getter/setter pair

The aggregation type for key and baseline chart data in scorecard chart.

This field is not supported for data source charts. Use the ChartData.aggregateType field of the key_value_data or baseline_value_data instead for data source charts. This field is optional. Possible string values are:

  • "CHART_AGGREGATE_TYPE_UNSPECIFIED" : Default value, do not use.
  • "AVERAGE" : Average aggregate function.
  • "COUNT" : Count aggregate function.
  • "MAX" : Maximum aggregate function.
  • "MEDIAN" : Median aggregate function.
  • "MIN" : Minimum aggregate function.
  • "SUM" : Sum aggregate function.

Implementation

core.String? aggregateType;