GetMetricSeriesDefinitionsOptions Class

Definition

public class GetMetricSeriesDefinitionsOptions
type GetMetricSeriesDefinitionsOptions = class
Public Class GetMetricSeriesDefinitionsOptions
Inheritance
GetMetricSeriesDefinitionsOptions

Constructors

GetMetricSeriesDefinitionsOptions(DateTimeOffset)

Initializes a new instance of the GetMetricSeriesDefinitionsOptions class.

Properties

ActiveSince

Filters the result. Time series that haven't been active since this point in time, in UTC, won't be listed.

DimensionCombinationsFilter

Filters the result, mapping a dimension's name to a list of possible values it can assume. Only time series with the specified dimension values will be returned.

MaxPageSize

If set, specifies the maximum limit of items returned in each page of results. Note: unless the number of pages enumerated from the service is limited, the service will return an unlimited number of total items.

Skip

If set, skips the first set of items returned. This property specifies the amount of items to be skipped.

Applies to