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?: 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
Property to specify whether to fill gap with zero.
fillGapWithZero?: boolean
Property Value
boolean
internalMetricName
The internal metric name.
internalMetricName?: string
Property Value
string
lockAggregationType
The metric lock aggregation type.
lockAggregationType?: string
Property Value
string
name
Name of metric specification.
name?: string
Property Value
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?: string
Property Value
string