TableOptimizer
Contains details about an optimizer associated with a table.
Contents
- configuration
-
A
TableOptimizerConfigurationobject that was specified when creating or updating a table optimizer.Type: TableOptimizerConfiguration object
Required: No
- configurationSource
-
Specifies the source of the optimizer configuration. This indicates how the table optimizer was configured and which entity or service initiated the configuration.
Type: String
Valid Values:
catalog | tableRequired: No
- lastRun
-
A
TableOptimizerRunobject representing the last run of the table optimizer.Type: TableOptimizerRun object
Required: No
- type
-
The type of table optimizer. The valid values are:
-
compaction: for managing compaction with a table optimizer. -
retention: for managing the retention of snapshot with a table optimizer. -
orphan_file_deletion: for managing the deletion of orphan files with a table optimizer.
Type: String
Valid Values:
compaction | retention | orphan_file_deletionRequired: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: