All Products
Search
Document Center

Tablestore:IndexInfo

Last Updated:May 10, 2024

Specifies information about a search index in a list of search indexes.

Data structure

message IndexInfo {
    optional string table_name = 1;
    optional string index_name = 2;
}

Parameter

Type

Required

Description

table_name

string

Yes

The name of the data table.

index_name

string

Yes

The name of the search index.

Related operations

ListSearchIndex