partitionKeys

@JvmName(name = "dsdpvqnrsdjndhqi")
suspend fun partitionKeys(value: Output<List<CatalogTablePartitionKeyArgs>>)
@JvmName(name = "vikcebvkyknotvgr")
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 = "khbgkakxlaqwodfr")
suspend fun partitionKeys(vararg values: Output<CatalogTablePartitionKeyArgs>)


@JvmName(name = "gcnwutyclhntkosd")
suspend fun partitionKeys(values: List<Output<CatalogTablePartitionKeyArgs>>)
@JvmName(name = "pmfbfjscjjjxpegu")
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 = "rxacwjfovntnmsnh")
suspend fun partitionKeys(argument: List<suspend CatalogTablePartitionKeyArgsBuilder.() -> Unit>)
@JvmName(name = "qnrokajxvsqabtbi")
suspend fun partitionKeys(vararg argument: suspend CatalogTablePartitionKeyArgsBuilder.() -> Unit)
@JvmName(name = "rtjqbsrsrhedofjm")
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.