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