HistoricalUsageMetricSample Class

Definition

Historical metric snapshot data sample.

public class HistoricalUsageMetricSample
type HistoricalUsageMetricSample = class
Public Class HistoricalUsageMetricSample
Inheritance
HistoricalUsageMetricSample

Constructors

HistoricalUsageMetricSample()

Initializes a new instance of the HistoricalUsageMetricSample class.

Properties

Count

Optional. The metric sample count. This value is usually 1.

InstanceName

Optional. Name of the instance for which the metric applies. If empty the metric is aggregated on all instances.

Maximum

Optional. Maximum value recorded.

Minimum

Optional. Minimum value recorded.

TimeCreated

Optional. Time the metric was taken.

Total

Optional. Value of the metric sample for the time taken.

Applies to