Class Metric
- Namespace
- Microsoft.ServiceBus.Management
- Assembly
- Microsoft.ServiceBus.dll
Represents the metric used to monitor the Service Bus status.
public class Metric
- Inheritance
-
Metric
- Inherited Members
Constructors
Metric()
public Metric()
Properties
DisplayName
Gets or sets the display name of the metric.
public string DisplayName { get; set; }
Property Value
- string
The display name of the metric.
Name
Gets or sets the name of the metric.
[Key]
public string Name { get; set; }
Property Value
- string
The name of the metric.
PrimaryAggregation
Gets or sets the primary aggregation for this metric.
public string PrimaryAggregation { get; set; }
Property Value
- string
The primary aggregation for this metric.
Rollups
Gets or sets the collection of metric rollup.
public ICollection<MetricRollup> Rollups { get; set; }
Property Value
- ICollection<MetricRollup>
The collection of metric rollup.
Unit
Gets or sets the metric unit.
public string Unit { get; set; }
Property Value
- string
The metric unit.