partitionKeys

@JvmName(name = "fiegurgkektacfvf")
suspend fun partitionKeys(value: Output<List<CatalogTablePartitionKeyArgs>>)
@JvmName(name = "dbvxcrnxsktxxpxa")
suspend fun partitionKeys(value: List<CatalogTablePartitionKeyArgs>?)

Parameters

value

Configuration block of columns by which the table is partitioned. Only primitive types are supported as partition keys. See partition_keys below.


@JvmName(name = "uunincdrpfuopycc")
suspend fun partitionKeys(vararg values: Output<CatalogTablePartitionKeyArgs>)


@JvmName(name = "jelfwssbrktljvqw")
suspend fun partitionKeys(values: List<Output<CatalogTablePartitionKeyArgs>>)
@JvmName(name = "qlhvlgvqrcfmekap")
suspend fun partitionKeys(vararg values: CatalogTablePartitionKeyArgs)

Parameters

values

Configuration block of columns by which the table is partitioned. Only primitive types are supported as partition keys. See partition_keys below.


@JvmName(name = "vqrxsqywatgeoevm")
suspend fun partitionKeys(argument: List<suspend CatalogTablePartitionKeyArgsBuilder.() -> Unit>)
@JvmName(name = "bjfrdqcxesxkoqah")
suspend fun partitionKeys(vararg argument: suspend CatalogTablePartitionKeyArgsBuilder.() -> Unit)
@JvmName(name = "yobgdknqarictnsi")
suspend fun partitionKeys(argument: suspend CatalogTablePartitionKeyArgsBuilder.() -> Unit)

Parameters

argument

Configuration block of columns by which the table is partitioned. Only primitive types are supported as partition keys. See partition_keys below.