MetricDimension interface
Specifies a metric dimension.
Properties
| name | Name of the dimension. |
| operator | the dimension operator. Only 'Include' and 'Exclude' are supported |
| values | list of dimension values. |
Property Details
name
Name of the dimension.
name: string
Property Value
string
operator
the dimension operator. Only 'Include' and 'Exclude' are supported
operator: string
Property Value
string
values
list of dimension values.
values: string[]
Property Value
string[]