IcebergSnapshotManagementSettings
Contains details about the snapshot management settings for an Iceberg table. The oldest snapshot expires when its age exceeds the maxSnapshotAgeHours
and the total number of snapshots exceeds the value for the minimum number of snapshots to keep minSnapshotsToKeep
.
Types
Properties
Functions
Link copied to clipboard
inline fun copy(block: IcebergSnapshotManagementSettings.Builder.() -> Unit = {}): IcebergSnapshotManagementSettings