Maintenance Configs
Get table maintenance configuration
Update table maintenance configuration
ModelsExpand Collapse
MaintenanceConfigGetResponse { maintenance_config } Contains table maintenance configuration.
Contains table maintenance configuration.
maintenance_config: { compaction, snapshot_expiration } Configures maintenance for the table.
Configures maintenance for the table.
compaction: optional { state, target_size_mb } Configures compaction settings for table optimization.
Configures compaction settings for table optimization.
snapshot_expiration: optional { max_snapshot_age, min_snapshots_to_keep, state } Configures snapshot expiration settings.
Configures snapshot expiration settings.
Specifies the maximum age for snapshots. The system deletes snapshots older than this age.
Format:
MaintenanceConfigUpdateResponse { compaction, snapshot_expiration } Configures maintenance for the table.
Configures maintenance for the table.
compaction: optional { state, target_size_mb } Configures compaction settings for table optimization.
Configures compaction settings for table optimization.
snapshot_expiration: optional { max_snapshot_age, min_snapshots_to_keep, state } Configures snapshot expiration settings.
Configures snapshot expiration settings.
Specifies the maximum age for snapshots. The system deletes snapshots older than this age.
Format: