TableOptimizerConfiguration

Contains details on the configuration of a table optimizer. You pass this configuration when creating or updating a table optimizer.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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

Whether table optimization is enabled.

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 role passed by the caller which gives the service permission to update the resources associated with the optimizer on the caller's behalf.

Link copied to clipboard

A TableOptimizerVpcConfiguration object representing the VPC configuration for a table optimizer.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String