Package version:

Interface TimeSeriesElement

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

interface TimeSeriesElement {
    data?: {};
    metadataValues?: {};
}

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.