mc table encrypt info
The mc table encrypt info command shows the server-side encryption configuration for an Iceberg warehouse or table.
Specify two arguments to show the warehouse configuration, or four arguments to show the configuration for a specific table.
Parameters
ALIAS
Required
The alias of a MinIO AIStor cluster.
WAREHOUSE
Required
The name of the warehouse.
NAMESPACE
Optional
The namespace of the table to show encryption for.
Specify NAMESPACE and TABLE together to show table-level encryption.
TABLE
Optional
The name of the table to show encryption for.
Specify NAMESPACE and TABLE together to show table-level encryption.
Global flags
This command supports any of the global flags.
Examples
Show warehouse encryption
mc table encrypt info myaistor mywarehouse
Show table encryption
mc table encrypt info myaistor mywarehouse mynamespace mytable
Show encryption with JSON output
mc table encrypt info myaistor mywarehouse --json