schema show

Prev Next

This command shows details for a specific schema in a VAST Database.

Usage

schema show --database-name DATABASE 
            --name SCHEMA
           [--tenant-id TENANT]    

Required Parameters

--database-name DATABASE

Specifies the name of the database that contains the schema.

--name SCHEMA_NAME

Specifies the name of the schema.

Options

--tenant-id TENANT

Specifies the ID of the tenant where the database resides

If omitted, the default tenant is assumed.

Example

vcli: admin> schema show --database-name tabular-1 --name schema_jypxvnuobg
+---------------+----------------------------------+
| Name          | schema_jypxvnuobg                |
| Database-name | tabular-1                        |
| Properties    | {}                               |
+---------------+----------------------------------+