MetricDimension interface
Specifications of the Dimension of metrics.
Properties
display |
Localized friendly display name of the dimension |
internal |
Internal name of the dimension. |
name | Name of the dimension |
to |
To be exported to shoe box. |
Property Details
displayName
Localized friendly display name of the dimension
displayName?: string
Property Value
string
internalName
Internal name of the dimension.
internalName?: string
Property Value
string
name
Name of the dimension
name?: string
Property Value
string
toBeExportedForShoebox
To be exported to shoe box.
toBeExportedForShoebox?: boolean
Property Value
boolean