Table Partition Key
data class TablePartitionKey(val enforcementInRecord: TablePartitionKeyEnforcementLevel? = null, val name: String? = null, val type: TablePartitionKeyType)
An attribute used in partitioning data in a table. There are two types of partition keys: dimension keys and measure keys. A dimension key partitions data on a dimension name, while a measure key partitions data on the measure name.
Constructors
Link copied to clipboard
constructor(enforcementInRecord: TablePartitionKeyEnforcementLevel? = null, name: String? = null, type: TablePartitionKeyType)