IdNamespaceAssociationIdMappingConfig

data class IdNamespaceAssociationIdMappingConfig(val allowUseAsDimensionColumn: Boolean)

Constructors

Link copied to clipboard
constructor(allowUseAsDimensionColumn: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An indicator as to whether you can use your column as a dimension column in the ID mapping table ( TRUE ) or not ( FALSE ). Default is FALSE .