Lists search indexes.
Request syntax
message ListSearchIndexRequest {
optional string table_name = 1;
}
Parameter | Type | Required | Description |
table_name | string | Yes | The name of the data table. |
Response syntax
message ListSearchIndexResponse {
repeated IndexInfo indices = 1;
}
Parameter | Type | Required | Description |
indices | repeated IndexInfo | Yes | The list of search indexes. |
Use Tablestore SDKs
You can use the following Tablestore SDKs to list search indexes:
Tablestore SDK for Java: List search indexes
Tablestore SDK for Go: List search indexes
Tablestore SDK for Python: List search indexes
Tablestore SDK for Node.js: List search indexes
Tablestore SDK for .NET: List search indexes
Tablestore SDK for PHP: List search indexes