MetricSpecification interface
Metric specification of operation.
Properties
aggregation |
Aggregation type could be Average. |
availabilities | Retention policies of a resource metric. |
category | The category this metric specification belong to, could be Capacity. |
dimensions | Dimensions of blobs, including blob type and access tier. |
display |
Display description of metric specification. |
display |
Display name of metric specification. |
name | Name of metric specification. |
resource |
Account Resource Id. |
unit | Unit could be Bytes or Count. |
Property Details
aggregationType
Aggregation type could be Average.
aggregationType?: string
Property Value
string
availabilities
Retention policies of a resource metric.
availabilities?: MetricAvailability[]
Property Value
category
The category this metric specification belong to, could be Capacity.
category?: string
Property Value
string
dimensions
Dimensions of blobs, including blob type and access tier.
dimensions?: Dimension[]
Property Value
displayDescription
Display description of metric specification.
displayDescription?: string
Property Value
string
displayName
Display name of metric specification.
displayName?: string
Property Value
string
name
Name of metric specification.
name?: string
Property Value
string
resourceIdDimensionNameOverride
Account Resource Id.
resourceIdDimensionNameOverride?: string
Property Value
string
unit
Unit could be Bytes or Count.
unit?: string
Property Value
string