PerfSummaryType

PerfSummaryType
PerfSummaryType

A boxed PerfSummaryTypeEnum. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": "string"
}
_value
Required

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.
Possible values are : average, maximum, minimum, latest, summation, none,