fields

@JvmName(name = "sofwekdyqxcscdqo")
suspend fun fields(value: Output<List<String>>)
@JvmName(name = "jwkmajdfchuijito")
suspend fun fields(value: List<String>?)

Parameters

value

Repeated One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type fields are supported. When you cluster a table using multiple columns, the order of columns you specify is important. The order of the specified columns determines the sort order of the data.


@JvmName(name = "nwfchuruucdxkhpb")
suspend fun fields(vararg values: Output<String>)


@JvmName(name = "fwjvsyqdcoixiuij")
suspend fun fields(values: List<Output<String>>)
@JvmName(name = "agucrgebgxvdlngg")
suspend fun fields(vararg values: String)

Parameters

values

Repeated One or more fields on which data should be clustered. Only top-level, non-repeated, simple-type fields are supported. When you cluster a table using multiple columns, the order of columns you specify is important. The order of the specified columns determines the sort order of the data.