Metric interface
The result data of a query.
Properties
display |
Detailed description of this metric. |
error |
'Success' or the error details on query failures for this metric. |
error |
Error message encountered querying this specific metric. |
id | the metric Id. |
name | the name and the display name of the metric, i.e. it is localizable string. |
timeseries | the time series returned when a data query is performed. |
type | the resource type of the metric resource. |
unit | The unit of the metric. |
Property Details
displayDescription
Detailed description of this metric.
displayDescription?: string
Property Value
string
errorCode
'Success' or the error details on query failures for this metric.
errorCode?: string
Property Value
string
errorMessage
Error message encountered querying this specific metric.
errorMessage?: string
Property Value
string
id
the metric Id.
id: string
Property Value
string
name
the name and the display name of the metric, i.e. it is localizable string.
name: LocalizableString
Property Value
timeseries
the time series returned when a data query is performed.
timeseries: TimeSeriesElement[]
Property Value
type
the resource type of the metric resource.
type: string
Property Value
string
unit
The unit of the metric.
unit: string
Property Value
string