GetMetricSeriesDataOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The set of options that can be specified when calling GetMetricSeriesData(String, GetMetricSeriesDataOptions, CancellationToken) or GetMetricSeriesDataAsync(String, GetMetricSeriesDataOptions, CancellationToken) to configure the behavior of the request.
public class GetMetricSeriesDataOptions
type GetMetricSeriesDataOptions = class
Public Class GetMetricSeriesDataOptions
- Inheritance
-
GetMetricSeriesDataOptions
Constructors
GetMetricSeriesDataOptions(DateTimeOffset, DateTimeOffset) |
Initializes a new instance of the GetMetricSeriesDataOptions class. |
Properties
EndsOn |
Filters the result. Only data points ingested up to this point in time, in UTC, will be returned. |
SeriesKeys |
Filters the result by time series. Each element in this list represents a single time series, and only anomalies detected in one of these series will be returned. For every element, all possible dimensions must be set. |
StartsOn |
Filters the result. Only data points ingested from this point in time, in UTC, will be returned. |