PerfMetricIntSeries

PerfMetricIntSeries
PerfMetricIntSeries

This data object type describes integer metric values.

The size of the array must match the size of sampleInfo property in the PerfEntityMetric that contains this series.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "id": {
        "_typeName": "string",
        "counterId": 0,
        "instance": "string"
    },
    "value": [
        0
    ]
}
array of integer
value
Optional

An array of 64-bit integer values.

The size of the array matches the size as the PerfSampleInfo, because the values can only be interpreted in the context of the sample that generated the value.