Table Partition Key Args
data class TablePartitionKeyArgs(val enforcementInRecord: Output<TablePartitionKeyEnforcementLevel>? = null, val name: Output<String>? = null, val type: Output<TablePartitionKeyType>) : ConvertibleToJava<TablePartitionKeyArgs>
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: Output<TablePartitionKeyEnforcementLevel>? = null, name: Output<String>? = null, type: Output<TablePartitionKeyType>)