SearchIndexSchemaIndexSettingArgs

data class SearchIndexSchemaIndexSettingArgs(val routingFields: Output<List<String>>? = null) : ConvertibleToJava<SearchIndexSchemaIndexSettingArgs>

Constructors

Link copied to clipboard
constructor(routingFields: Output<List<String>>? = null)

Properties

Link copied to clipboard
val routingFields: Output<List<String>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): SearchIndexSchemaIndexSettingArgs