mc table list
The mc table list command lists all tables in a namespace on an AIStor cluster.
Parameters
ALIAS
Required
The alias of an AIStor cluster from which to list tables.
NAMESPACE
Required
The name of the namespace from which to list tables.
WAREHOUSE
Required
The name of the warehouse containing the namespace.
Global flags
This command supports any of the global flags.
Examples
List all tables in a namespace
Use mc table list to list all tables:
mc table list ALIAS WAREHOUSE NAMESPACE
- Replace
ALIASwith the alias of the AIStor cluster. - Replace
WAREHOUSEwith the name of the warehouse. - Replace
NAMESPACEwith the name of the namespace.
List tables with JSON output
Use the --json global flag to output the results in JSON format:
mc table list myaistor analytics prod --json