This command shows details of a specific table in a VAST Database.
Usage
table show --database-name DATABASE --schema-name SCHEMA --name TABLE [--tenant-id TENANT]
Required Parameters
| Specifies the name of the database containing the schema. |
| Specifies the name of the schema containing the table. |
| Specifies the name of a specific table. |
Options
| Specifies the ID of the tenant where the database resides If omitted, the default tenant is assumed. |
Example
vcli: admin> table show --database-name tabular --schema-name schema_jypxvnuobg --name table_jypxvnuobg +---------------+----------------------------------+ | Name | table_jypxvnuobg | | Database-name | tabular | | Schema-name | schema_jypxvnuobg | | Num-rows | 10485760 | | Size | 963000624 | +---------------+----------------------------------+