Dimension interface
The definition of Dimension.
Properties
display |
The display name of the dimension. |
internal |
The display name of the dimension. |
name | The name of the dimension. |
to |
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