Interface IcebergSnapshotManagementSettings.Builder

    • Method Detail

      • minSnapshotsToKeep

        IcebergSnapshotManagementSettings.Builder minSnapshotsToKeep​(Integer minSnapshotsToKeep)

        The minimum number of snapshots to keep.

        Parameters:
        minSnapshotsToKeep - The minimum number of snapshots to keep.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxSnapshotAgeHours

        IcebergSnapshotManagementSettings.Builder maxSnapshotAgeHours​(Integer maxSnapshotAgeHours)

        The maximum age of a snapshot before it can be expired.

        Parameters:
        maxSnapshotAgeHours - The maximum age of a snapshot before it can be expired.
        Returns:
        Returns a reference to this object so that method calls can be chained together.