IcebergOptimizationProperties
A structure that specifies Iceberg table optimization properties for the catalog, including configurations for compaction, retention, and orphan file deletion operations.
Types
Properties
Link copied to clipboard
A map of key-value pairs that specify configuration parameters for Iceberg table compaction operations, which optimize the layout of data files to improve query performance.
Link copied to clipboard
A map of key-value pairs that specify configuration parameters for Iceberg orphan file deletion operations, which identify and remove files that are no longer referenced by the table metadata.
Functions
Link copied to clipboard
inline fun copy(block: IcebergOptimizationProperties.Builder.() -> Unit = {}): IcebergOptimizationProperties