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 ALIAS with the alias of the AIStor cluster.
  • Replace WAREHOUSE with the name of the warehouse.
  • Replace NAMESPACE with 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