MetricSpecification interface
Description of metrics specification.
Properties
| aggregation |
The aggregation type. |
| availabilities | List of availability. |
| dimensions | List of dimensions. |
| display |
The description of the metric. |
| display |
The display name of the metric. |
| enable |
Whether regional MDM account enabled. |
| fill |
Whether gaps would be filled with zeros. |
| is |
Whether the metric is internal. |
| metric |
Pattern for the filter of the metric. |
| name | The name of the metric. |
| resource |
The resource Id dimension name override. |
| source |
The source MDM account. |
| source |
The source MDM namespace. |
| unit | Units the metric to be displayed in. |
Property Details
aggregationType
The aggregation type.
aggregationType?: string
Property Value
string
availabilities
dimensions
displayDescription
The description of the metric.
displayDescription?: string
Property Value
string
displayName
The display name of the metric.
displayName?: string
Property Value
string
enableRegionalMdmAccount
Whether regional MDM account enabled.
enableRegionalMdmAccount?: boolean
Property Value
boolean
fillGapWithZero
Whether gaps would be filled with zeros.
fillGapWithZero?: boolean
Property Value
boolean
isInternal
Whether the metric is internal.
isInternal?: boolean
Property Value
boolean
metricFilterPattern
Pattern for the filter of the metric.
metricFilterPattern?: string
Property Value
string
name
The name of the metric.
name?: string
Property Value
string
resourceIdDimensionNameOverride
The resource Id dimension name override.
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
unit
Units the metric to be displayed in.
unit?: string
Property Value
string