Package version:

The OData filters to be used for metrics.

Hierarchy

  • MetricFilter

Properties

category: string

Specifies the category of the metrics to be filtered. E.g., "CapacityUtilization". Valid values are the ones returned as the field "category" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property.

dimensions?: DimensionFilter

Specifies the source(the dimension) of the metrics to be filtered. Only 'Equality' operator is supported for this property.

endTime?: Date

Specifies the end time of the time range to be queried. Only 'Less Than Or Equal To' operator is supported for this property.

Specifies the metric name filter specifying the name of the metric to be filtered on. Only 'Equality' operator is supported for this property.

startTime?: Date

Specifies the start time of the time range to be queried. Only 'Greater Than Or Equal To' operator is supported for this property.

timeGrain?: string

Specifies the time granularity of the metrics to be returned. E.g., "P1D". Valid values are the ones returned as the field "timeGrain" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property.

Generated using TypeDoc