CatalogTableOptimizerConfigurationOrphanFileDeletionConfigurationIcebergConfiguration

data class CatalogTableOptimizerConfigurationOrphanFileDeletionConfigurationIcebergConfiguration(val location: String? = null, val orphanFileRetentionPeriodInDays: Int? = null)

Constructors

constructor(location: String? = null, orphanFileRetentionPeriodInDays: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val location: String? = null

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

Link copied to clipboard

The number of days that orphan files should be retained before file deletion. Defaults to 3.