mc table warehouse maintenance info

The mc table warehouse maintenance info command shows the maintenance configuration for an Iceberg warehouse.

Parameters

ALIAS

Required

The alias of a MinIO AIStor cluster.

WAREHOUSE

Required

The name of the warehouse.

--type

Optional

Show only the configuration for the given maintenance type: icebergSnapshotManagement, icebergUnreferencedFileRemoval, or icebergCompaction.

Omit to show the configuration for all maintenance types.

Global flags

This command supports any of the global flags.

Examples

Show all maintenance configuration

mc table warehouse maintenance info myaistor analytics

Show only snapshot management configuration

mc table warehouse maintenance info myaistor analytics --type icebergSnapshotManagement

Show configuration with JSON output

mc table warehouse maintenance info myaistor analytics --json