MetricData Class

Definition

The metric data.

public class MetricData
type MetricData = class
Public Class MetricData
Inheritance
MetricData

Constructors

MetricData()

Initializes a new instance of the MetricData class.

MetricData(Nullable<DateTime>, Nullable<Double>, Nullable<Int32>, Nullable<Double>, Nullable<Double>, Nullable<Double>)

Initializes a new instance of the MetricData class.

Properties

Average

Gets or sets the average of all samples at the time stamp.

Count

Gets or sets the count of all samples at the time stamp.

Maximum

Gets or sets the maximum of all samples at the time stamp.

Minimum

Gets or sets the minimum of all samples at the time stamp.

Sum

Gets or sets the sum of all samples at the time stamp.

TimeStamp

Gets or sets the time stamp of the metric data.

Applies to