partitionKeys

@JvmName(name = "vbdsaxvkydiulsdo")
suspend fun partitionKeys(value: Output<List<TableSchemaDefinitionPartitionKeyArgs>>)
@JvmName(name = "bvyfbbnmixwmvshu")
suspend fun partitionKeys(value: List<TableSchemaDefinitionPartitionKeyArgs>)

Parameters

value

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


@JvmName(name = "wbwxcjbpxsuxldec")
suspend fun partitionKeys(vararg values: Output<TableSchemaDefinitionPartitionKeyArgs>)


@JvmName(name = "hvanyhncvwqidtjw")
suspend fun partitionKeys(values: List<Output<TableSchemaDefinitionPartitionKeyArgs>>)
@JvmName(name = "xfhnpasmjehjyhxa")
suspend fun partitionKeys(vararg values: TableSchemaDefinitionPartitionKeyArgs)

Parameters

values

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


@JvmName(name = "xuvmcetelkvxpixe")
suspend fun partitionKeys(argument: List<suspend TableSchemaDefinitionPartitionKeyArgsBuilder.() -> Unit>)
@JvmName(name = "dwqrdhwradsxlemm")
suspend fun partitionKeys(vararg argument: suspend TableSchemaDefinitionPartitionKeyArgsBuilder.() -> Unit)
@JvmName(name = "nlufwuicxigpfbgn")
suspend fun partitionKeys(argument: suspend TableSchemaDefinitionPartitionKeyArgsBuilder.() -> Unit)

Parameters

argument

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