Metric interface

The result data of a query.

Properties

description

Detailed description of this metric.

errorCode

'Success' or the error details on query failures for this metric.

errorMessage

Error message encountered querying this specific metric.

id

the metric Id.

name

the name of the metric

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

description

Detailed description of this metric.

description?: 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 of the metric

name: string

Property Value

string

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