| Modifier and Type | Method and Description |
|---|---|
TimeSeriesElement |
TimeSeriesElement.withData(List<MetricValue> data)
Set an array of data points representing the metric values.
|
TimeSeriesElement |
TimeSeriesElement.withMetadatavalues(List<MetadataValue> metadatavalues)
Set the metadata values returned if $filter was specified in the call.
|
| Modifier and Type | Method and Description |
|---|---|
List<TimeSeriesElement> |
Metric.timeseries()
Get the time series returned when a data query is performed.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/