Enum AggregationMethodDescriptor.SliceAggregationMethod

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      AVG
      Average value over a selected time period.
      LAST
      No aggregation; display the last value in a selected time period.
      MAX
      Maximum value over a selected time period.
      MIN
      Minimum value over a selected time period.
      NONE
      No aggregation; do not display the metric.
      SUM
      Summation of the value over a selected time period.