Module Values_0.CompactionConfigurationSource

The configuration for a compaction optimizer. This configuration defines how data files in your table will be compacted to improve query performance and reduce storage costs.

Sourcetype nonrec t = {
  1. icebergConfiguration : IcebergCompactionConfiguration.t option;
    (*

    The configuration for an Iceberg compaction optimizer.

    *)
}
Sourceval make : ?icebergConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of NullableInteger.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t