PerfSummaryType_enum

PerfSummaryType_enum
PerfSummaryType_enum

Indicates how multiple samples of a specific counter type are transformed into a single statistical value.

Possible values:

  • average: The actual value collected or the average of all values collected during the summary period.
  • maximum: The maximum value of the performance counter value over the summarization period.
  • minimum: The minimum value of the performance counter value over the summarization period.
  • latest: The most recent value of the performance counter over the summarization period.
  • summation: The sum of all the values of the performance counter over the summarization period.
  • none: The counter is never rolled up.
This data structure has no properties.
Enumeration: average, maximum, minimum, latest, summation, none,