routingFields

@JvmName(name = "gcarocmljgsbnrjl")
suspend fun routingFields(value: Output<List<String>>)
@JvmName(name = "tdovoompxwtppyfs")
suspend fun routingFields(value: List<String>?)

Parameters

value

Specifies custom routing fields. You can specify some primary key columns as routing fields. Tablestore distributes data that is written to a search index across different partitions based on the specified routing fields. The data whose routing field values are the same is distributed to the same partition.


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


@JvmName(name = "spaehanwlhodysrj")
suspend fun routingFields(values: List<Output<String>>)
@JvmName(name = "gonjpftxibrfkdcf")
suspend fun routingFields(vararg values: String)

Parameters

values

Specifies custom routing fields. You can specify some primary key columns as routing fields. Tablestore distributes data that is written to a search index across different partitions based on the specified routing fields. The data whose routing field values are the same is distributed to the same partition.