List All Tables

List< TableInfo > findAllTables()

Function

Lists all tables under this developer account

Method parameters

void

Method return value

tableInfos : List< TableInfo >

Returns a list of table information, each Tableinfo object represents a table of information

TableInfo

1.name, table name

2.spec, table structure and metadata, including table entity group keys, primary keys, attributes, secondary indexes, space size quotas, read/write quotas, and other information

3.state, includes the creation time of the table, the latest modification time, the time of the last statistical table space and the number of rows, the table space size, and the number of rows of the table

Limitation

Only the developer has permission for this operation

Example

With the Example table, the sample code for listing all tables is provided below

$adminClient->findAllTables();

results matching ""

    No results matching ""