partitionKeys

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


@JvmName(name = "ultgfracorphouxu")
suspend fun partitionKeys(values: List<Output<CatalogTablePartitionKeyArgs>>)
@JvmName(name = "pjdlkxgqcvuhcncm")
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 = "jkuhjtqyvkenujnl")
suspend fun partitionKeys(argument: List<suspend CatalogTablePartitionKeyArgsBuilder.() -> Unit>)
@JvmName(name = "sddavndtyrlufiyc")
suspend fun partitionKeys(vararg argument: suspend CatalogTablePartitionKeyArgsBuilder.() -> Unit)
@JvmName(name = "ixscfmoivwgjshib")
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.