schema show

Prev Next

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

Usage

schema show --database-name DATABASE 
            --name SCHEMA

Required Parameters

--database-name DATABASE

Specifies the name of the database that contains the schema.

--name SCHEMA_NAME

Specifies the name of the schema.

Example

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