MetricSpecification interface
Metric specification of operation.
Properties
aggregation |
Aggregation type could be Average. |
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. |
enable |
Whether or not the service is using regional MDM accounts. |
fill |
The property to decide fill gap with zero or not. |
internal |
The internal metric name. |
is |
Whether the metric is internal. |
name | Name of metric specification. |
resource |
Account Resource Id. |
source |
The source MDM account. |
source |
The source MDM namespace. |
supported |
Support metric aggregation type. |
supported |
The supported time grain types for the metrics. |
unit | Unit could be Bytes or Count. |
Property Details
aggregationType
Aggregation type could be Average.
aggregationType?: string
Property Value
string
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
enableRegionalMdmAccount
Whether or not the service is using regional MDM accounts.
enableRegionalMdmAccount?: boolean
Property Value
boolean
fillGapWithZero
The property to decide fill gap with zero or not.
fillGapWithZero?: boolean
Property Value
boolean
internalMetricName
The internal metric name.
internalMetricName?: string
Property Value
string
isInternal
Whether the metric is internal.
isInternal?: boolean
Property Value
boolean
name
Name of metric specification.
name?: string
Property Value
string
resourceIdDimensionNameOverride
Account Resource Id.
resourceIdDimensionNameOverride?: string
Property Value
string
sourceMdmAccount
The source MDM account.
sourceMdmAccount?: string
Property Value
string
sourceMdmNamespace
The source MDM namespace.
sourceMdmNamespace?: string
Property Value
string
supportedAggregationTypes
Support metric aggregation type.
supportedAggregationTypes?: string[]
Property Value
string[]
supportedTimeGrainTypes
The supported time grain types for the metrics.
supportedTimeGrainTypes?: string[]
Property Value
string[]
unit
Unit could be Bytes or Count.
unit?: string
Property Value
string