Values.IcebergCompactionSettingsSourceContains details about the compaction settings for an Iceberg table.
type nonrec t = {targetFileSizeMB : PositiveInteger.t option;The target file size for the table in MB.
*)strategy : IcebergCompactionStrategy.t option;The compaction strategy to use for the table. This determines how files are selected and combined during compaction operations.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of PositiveInteger.t ]) list ]