Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DimensionFilter

Package version

interface

An interface representing DimensionFilter. The dimension filter.

Hierarchy

  • DimensionFilter

Index

Properties

Properties

Optional name

name: undefined | string
member

{string} [name] Specifies the dimension name. E.g., NetworkInterface. Valid values are the ones specified in the field "dimensions" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property.

Optional values

values: undefined | string
member

{string} [values] Specifies the dimension value. E.g., Data0. Valid values are the ones returned in the field "dimensions" in the ListMetricDefinitions call. Only 'Equality' operator is supported for this property.

Generated using TypeDoc