Queries the names of all tables that are created in an instance.

Usage notes

After you create a table, the name of the table appears in ListTableResponse. However, you cannot immediately perform read and write operations on the table.

Request syntax

message ListTableRequest {
}            

Response syntax

message ListTableResponse {
    repeated string table_names = 1;
}            
Parameter Type Description
table_names repeated String The names of all tables in the current instance.

Use Tablestore SDKs

You can use the following Tablestore SDKs to query the names of all tables that are created in an instance: