TablePartitionKeyArgs

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>)

Properties

Link copied to clipboard
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): TablePartitionKeyArgs