TableOptimizerConfiguration
Contains details on the configuration of a table optimizer. You pass this configuration when creating or updating a table optimizer.
Types
Properties
Link copied to clipboard
The configuration for a compaction optimizer. This configuration defines how data files in your table will be compacted to improve query performance and reduce storage costs.
Link copied to clipboard
The configuration for an orphan file deletion optimizer.
Link copied to clipboard
The configuration for a snapshot retention optimizer.
Link copied to clipboard
A TableOptimizerVpcConfiguration
object representing the VPC configuration for a table optimizer.
Functions
Link copied to clipboard
inline fun copy(block: TableOptimizerConfiguration.Builder.() -> Unit = {}): TableOptimizerConfiguration