MetricSpecification interface
Metric specification of operation.
Properties
| aggregation |
The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'. |
| dimensions | The dimensions of metric |
| display |
Display description of metric specification. |
| display |
Display name of metric specification. |
| fill |
Property to specify whether to fill gap with zero. |
| internal |
The internal metric name. |
| lock |
The metric lock aggregation type. |
| name | Name of metric specification. |
| supported |
The supported aggregation types for the metrics. |
| supported |
The supported time grain types for the metrics. |
| unit | The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'. |
Property Details
aggregationType
The metric aggregation type. Possible values include: 'Average', 'Count', 'Total'.
aggregationType?: undefined | string
Property Value
undefined | string
dimensions
displayDescription
Display description of metric specification.
displayDescription?: undefined | string
Property Value
undefined | string
displayName
Display name of metric specification.
displayName?: undefined | string
Property Value
undefined | string
fillGapWithZero
Property to specify whether to fill gap with zero.
fillGapWithZero?: undefined | false | true
Property Value
undefined | false | true
internalMetricName
The internal metric name.
internalMetricName?: undefined | string
Property Value
undefined | string
lockAggregationType
The metric lock aggregation type.
lockAggregationType?: undefined | string
Property Value
undefined | string
name
Name of metric specification.
name?: undefined | string
Property Value
undefined | string
supportedAggregationTypes
The supported aggregation types for the metrics.
supportedAggregationTypes?: string[]
Property Value
string[]
supportedTimeGrainTypes
The supported time grain types for the metrics.
supportedTimeGrainTypes?: string[]
Property Value
string[]
unit
The metric unit. Possible values include: 'Bytes', 'Count', 'Milliseconds'.
unit?: undefined | string
Property Value
undefined | string