Dimension interface
Specifications of the Dimension of metrics.
Properties
display |
Localized friendly display name of the dimension. |
internal |
Name of the dimension as it appears in MDM. |
name | The public facing name of the dimension. |
to |
A Boolean flag indicating whether this dimension should be included for the shoebox export scenario. |
Property Details
displayName
Localized friendly display name of the dimension.
displayName?: string
Property Value
string
internalName
Name of the dimension as it appears in MDM.
internalName?: string
Property Value
string
name
The public facing name of the dimension.
name?: string
Property Value
string
toBeExportedForShoebox
A Boolean flag indicating whether this dimension should be included for the shoebox export scenario.
toBeExportedForShoebox?: boolean
Property Value
boolean