Values.IcebergSnapshotManagementSettingsSourceContains 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.
type nonrec t = {minSnapshotsToKeep : PositiveInteger.t option;The minimum number of snapshots to keep.
*)maxSnapshotAgeHours : PositiveInteger.t option;The maximum age of a snapshot before it can be expired.
*)}