Table of Contents

Class MetricValue

Namespace
Microsoft.ServiceBus.Management
Assembly
Microsoft.ServiceBus.dll

Represents the value of a metric associated with the service bus.

public class MetricValue
Inheritance
MetricValue
Inherited Members

Constructors

MetricValue()

public MetricValue()

Properties

Average

Gets or sets the average value of a metric.

public float Average { get; set; }

Property Value

float

The average value of a metric.

Max

Gets or sets the maximum value of a metric.

public long Max { get; set; }

Property Value

long

The maximum value of a metric.

Min

Gets or sets the minimum value of a metric.

public long Min { get; set; }

Property Value

long

The minimum value of a metric.

Timestamp

Gets or sets the time stamp associated with the metric value.

[Key]
public DateTime Timestamp { get; set; }

Property Value

DateTime

The time stamp associated with the metric value.

Total

Gets or sets the total metric value.

public long Total { get; set; }

Property Value

long

The total metric value.