TimeSeriesElement interface

A time series result type. The discriminator value is always TimeSeries in this case.

Properties

data

An array of data points representing the metric values. This is only returned if a result type of data is specified.

metadataValues

the metadata values returned if $filter was specified in the call.

Property Details

data

An array of data points representing the metric values. This is only returned if a result type of data is specified.

data?: MetricValue[]

Property Value

metadataValues

the metadata values returned if $filter was specified in the call.

metadataValues?: MetadataValue[]

Property Value