All Products
Search
Document Center

Tablestore:ListSearchIndex

Last Updated:May 10, 2024

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: