IcebergOrphanFileDeletionConfiguration

The configuration for an Iceberg orphan file deletion optimizer.

Types

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

Properties

Link copied to clipboard

Specifies a directory in which to look for files (defaults to the table's location). You may choose a sub-directory rather than the top-level table location.

Link copied to clipboard

The number of days that orphan files should be retained before file deletion. If an input is not provided, the default value 3 will be used.

Functions

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