Dimension interface

The definition of Dimension.

Properties

displayName

The display name of the dimension.

internalName

The display name of the dimension.

name

The name of the dimension.

toBeExportedForShoebox

The flag indicates whether the metric will be exported for shoebox or not.

Property Details

displayName

The display name of the dimension.

displayName?: string

Property Value

string

internalName

The display name of the dimension.

internalName?: string

Property Value

string

name

The name of the dimension.

name?: string

Property Value

string

toBeExportedForShoebox

The flag indicates whether the metric will be exported for shoebox or not.

toBeExportedForShoebox?: boolean

Property Value

boolean