Table of Contents

Class MetricRollup

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

Represents the rollup data for Service Bus metrics.

public class MetricRollup
Inheritance
MetricRollup
Inherited Members

Constructors

MetricRollup()

public MetricRollup()

Properties

Retention

Gets or sets the time of the retention associated with the rollup.

public TimeSpan Retention { get; set; }

Property Value

TimeSpan

The time of the retention associated with the rollup.

TimeGrain

Gets or sets the time grain associated with the rollup.

[Key]
public TimeSpan TimeGrain { get; set; }

Property Value

TimeSpan

The time grain associated with the rollup.

Values

Gets or sets the collection of metric values.

public ICollection<MetricValue> Values { get; set; }

Property Value

ICollection<MetricValue>

The collection of metric values.