partitionKeys

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


@JvmName(name = "jiqyiolhyvencsbx")
suspend fun partitionKeys(values: List<Output<CatalogTablePartitionKeyArgs>>)
@JvmName(name = "hqjnlnplqehpvamv")
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 = "ehgqssimwmfshgct")
suspend fun partitionKeys(argument: List<suspend CatalogTablePartitionKeyArgsBuilder.() -> Unit>)
@JvmName(name = "tedcrcbhvkyftlhi")
suspend fun partitionKeys(vararg argument: suspend CatalogTablePartitionKeyArgsBuilder.() -> Unit)
@JvmName(name = "haomnydmbnbcltyj")
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.