Values_0.IcebergRetentionMetricsSourceSnapshot retention metrics for Iceberg for the optimizer run.
type nonrec t = {numberOfDataFilesDeleted : MetricCounts.t option;The number of data files deleted by the retention job run.
*)numberOfManifestFilesDeleted : MetricCounts.t option;The number of manifest files deleted by the retention job run.
*)numberOfManifestListsDeleted : MetricCounts.t option;The number of manifest lists deleted by the retention job run.
*)dpuHours : DpuHours.t option;The number of DPU hours consumed by the job.
*)numberOfDpus : DpuCounts.t option;The number of DPUs consumed by the job, rounded up to the nearest whole number.
*)jobDurationInHour : DpuDurationInHour.t option;The duration of the job in hours.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of DpuHours.t
| `Integer of DpuCounts.t
| `Long of MetricCounts.t ])
list ]