partitionKeys

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


@JvmName(name = "otdpqslphgifickv")
suspend fun partitionKeys(values: List<Output<CatalogTablePartitionKeyArgs>>)
@JvmName(name = "rsmnyuxybwyslbgm")
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 = "ocwviuqjccyqqrnw")
suspend fun partitionKeys(argument: List<suspend CatalogTablePartitionKeyArgsBuilder.() -> Unit>)
@JvmName(name = "npqrdfwmnrhwklsn")
suspend fun partitionKeys(vararg argument: suspend CatalogTablePartitionKeyArgsBuilder.() -> Unit)
@JvmName(name = "xdgwhaituxpnduww")
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.