TablePartitionKey

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null
Link copied to clipboard