Values_0.IcebergOrphanFileDeletionMetricsSourceOrphan file deletion metrics for Iceberg for the optimizer run.
type nonrec t = {numberOfOrphanFilesDeleted : MetricCounts.t option;The number of orphan files deleted by the orphan file deletion 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 ]