MetricSpecification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Metric specification of operation.
public class MetricSpecification
type MetricSpecification = class
Public Class MetricSpecification
- Inheritance
-
MetricSpecification
Constructors
MetricSpecification() |
Initializes a new instance of the MetricSpecification class. |
MetricSpecification(String, String, String, String, IList<Dimension>, String, Nullable<Boolean>, String, String) |
Initializes a new instance of the MetricSpecification class. |
Properties
AggregationType |
Gets or sets aggregation type could be Average. |
Category |
Gets or sets the category this metric specification belong to, could be Capacity. |
Dimensions |
Gets or sets dimensions of blobs, including blob type and access tier. |
DisplayDescription |
Gets or sets display description of metric specification. |
DisplayName |
Gets or sets display name of metric specification. |
FillGapWithZero |
Gets or sets the property to decide fill gap with zero or not. |
Name |
Gets or sets name of metric specification. |
ResourceIdDimensionNameOverride |
Gets or sets account Resource Id. |
Unit |
Gets or sets unit could be Bytes or Count. |