Lista os índices de pesquisa.
Sintaxe da solicitação
message ListSearchIndexRequest {
optional string table_name = 1;
}
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
|
table_name |
string |
Sim |
Nome da tabela de dados. |
Sintaxe da resposta
message ListSearchIndexResponse {
repeated IndexInfo indices = 1;
}
|
Parâmetro |
Tipo |
Obrigatório |
Descrição |
|
indices |
repeated IndexInfo |
Sim |
Lista dos índices de pesquisa. |
Usar SDKs do Tablestore
Use os seguintes SDKs do Tablestore para listar índices de pesquisa:
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