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 map account. |
display |
Display description of metric specification. |
display |
Display name of metric specification. |
fill |
The property to decide fill gap with zero or not. |
internal |
Internal metric name. |
lock |
Lock aggregation type for metrics. |
name | Name of metric specification. |
resource |
Account Resource Id. |
source |
Source metrics account. |
source |
Metrics namespace. |
supported |
Allowed aggregation types for metrics. |
unit | Unit could be 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
displayDescription
Display description of metric specification.
displayDescription?: string
Property Value
string
displayName
Display name of metric specification.
displayName?: string
Property Value
string
fillGapWithZero
The property to decide fill gap with zero or not.
fillGapWithZero?: boolean
Property Value
boolean
internalMetricName
Internal metric name.
internalMetricName?: string
Property Value
string
lockAggregationType
Lock aggregation type for metrics.
lockAggregationType?: string
Property Value
string
name
Name of metric specification.
name?: string
Property Value
string
resourceIdDimensionNameOverride
Account Resource Id.
resourceIdDimensionNameOverride?: string
Property Value
string
sourceMdmAccount
Source metrics account.
sourceMdmAccount?: string
Property Value
string
sourceMdmNamespace
Metrics namespace.
sourceMdmNamespace?: string
Property Value
string
supportedAggregationTypes
Allowed aggregation types for metrics.
supportedAggregationTypes?: string
Property Value
string
unit
Unit could be Count.
unit?: string
Property Value
string