Dimension interface

Specifications of the Dimension of metrics.

Properties

displayName

Localized friendly display name of the dimension.

internalName

Name of the dimension as it appears in MDM.

name

The public facing name of the dimension.

toBeExportedForShoebox

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