Module Values_0.OrphanFileDeletionMetricsSource

A structure that contains orphan file deletion metrics for the optimizer run.

Sourcetype nonrec t = {
  1. icebergMetrics : IcebergOrphanFileDeletionMetrics.t option;
    (*

    A structure containing the Iceberg orphan file deletion metrics for the optimizer run.

    *)
}
Sourceval make : ?icebergMetrics:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Double of DpuHours.t | `Integer of DpuCounts.t | `Long of MetricCounts.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