Values.RunStatisticsForAssetsSourceThe asset statistics from the data source run.
type nonrec t = {added : Integer.t option;The added statistic for the data source run.
*)updated : Integer.t option;The updated statistic for the data source run.
*)unchanged : Integer.t option;The unchanged statistic for the data source run.
*)skipped : Integer.t option;The skipped statistic for the data source run.
*)failed : Integer.t option;The failed statistic for the data source run.
*)}