Share via


DimensionValueOutput interface

Represents a metric dimension value.

Properties

name

The name of the dimension.

value

The value of the dimension.

Property Details

name

The name of the dimension.

name?: string

Property Value

string

value

The value of the dimension.

value?: string

Property Value

string