Share via


MetricValue Class

Definition

Represents a metric value.

public class MetricValue
type MetricValue = class
Public Class MetricValue
Inheritance
MetricValue

Properties

Average

The average value in the time range.

Count

The number of samples in the time range. Can be used to determine the number of values that contributed to the average value.

Maximum

The greatest value in the time range.

Minimum

The least value in the time range.

TimeStamp

The timestamp for the metric value in ISO 8601 format.

Total

The sum of all of the values in the time range.

Methods

ToString()

Returns a string that represents the current object.

Applies to