clustering Keys
Parameters
value
The columns that are part of the clustering key of the table.
Parameters
values
The columns that are part of the clustering key of the table.
suspend fun clusteringKeys(argument: List<suspend TableSchemaDefinitionClusteringKeyArgsBuilder.() -> Unit>)
suspend fun clusteringKeys(vararg argument: suspend TableSchemaDefinitionClusteringKeyArgsBuilder.() -> Unit)
suspend fun clusteringKeys(argument: suspend TableSchemaDefinitionClusteringKeyArgsBuilder.() -> Unit)
Parameters
argument
The columns that are part of the clustering key of the table.