clusteringKeys

@JvmName(name = "nhbxbyjrhcbnjgyk")
suspend fun clusteringKeys(value: Output<List<TableSchemaDefinitionClusteringKeyArgs>>)
@JvmName(name = "gcnqqmksjcnsndvc")
suspend fun clusteringKeys(value: List<TableSchemaDefinitionClusteringKeyArgs>?)

Parameters

value

The columns that are part of the clustering key of the table.


@JvmName(name = "gwkjxiufansdfmkn")
suspend fun clusteringKeys(vararg values: Output<TableSchemaDefinitionClusteringKeyArgs>)


@JvmName(name = "hehmoagbdcqyrhse")
suspend fun clusteringKeys(values: List<Output<TableSchemaDefinitionClusteringKeyArgs>>)
@JvmName(name = "uycsilsalsnjoemi")
suspend fun clusteringKeys(vararg values: TableSchemaDefinitionClusteringKeyArgs)

Parameters

values

The columns that are part of the clustering key of the table.


@JvmName(name = "oolgamdpawhuuffr")
suspend fun clusteringKeys(argument: List<suspend TableSchemaDefinitionClusteringKeyArgsBuilder.() -> Unit>)
@JvmName(name = "kodbcvxdwanlotjh")
suspend fun clusteringKeys(vararg argument: suspend TableSchemaDefinitionClusteringKeyArgsBuilder.() -> Unit)
@JvmName(name = "jdihrxpjpjboggac")
suspend fun clusteringKeys(argument: suspend TableSchemaDefinitionClusteringKeyArgsBuilder.() -> Unit)

Parameters

argument

The columns that are part of the clustering key of the table.