TimeSeriesElementOutput interface
The time series returned when a data query is performed.
Properties
| data | An array of data points representing the metric values. |
| dimension |
The dimension values |
Property Details
data
An array of data points representing the metric values.
data?: MetricValueOutput[]