Specifies the configuration information about the search index in the ComputeSplits operation.
Data structure
message SearchIndexSplitsOptions{
optional string index_name = 1;
}
Parameter | Type | Required | Description |
index_name | string | Yes | The name of the search index. |