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?: undefined | string
Property Value
undefined | string
internalName
Internal name of the dimension.
internalName?: undefined | string
Property Value
undefined | string
name
Name of the dimension
name?: undefined | string
Property Value
undefined | string
toBeExportedForShoebox
To be exported to shoe box.
toBeExportedForShoebox?: undefined | false | true
Property Value
undefined | false | true