MetricValueSet Class

Definition

A metric value set represents a set of metric values in a time period.

public class MetricValueSet
type MetricValueSet = class
Public Class MetricValueSet
Inheritance
MetricValueSet

Constructors

MetricValueSet()

Initializes a new instance of the MetricValueSet class.

Properties

DisplayName

Optional. Metric display name.

EndTime

Optional. The end time in UTC for the metric queried.

MetricValues

Optional. Metric values.

Name

Optional. Metric name.

Namespace

Optional. Metric namespace.

PrimaryAggregation

Optional. Metric primary aggregation.

StartTime

Optional. The start time in UTC for the metric queried.

TimeGrain

Optional. The time grain specifies the aggregation period of the metric value.

Unit

Optional. Metric unit.

Applies to