Values.ExportStatisticsSourceStatistics about the execution of an export job.
type nonrec t = {processedRecordsCount : ProcessedRecordsCount.t option;The number of records that were processed to generate the final export file.
*)exportedRecordsCount : ExportedRecordsCount.t option;The number of records that were exported to the final export file. This value might not be available for all export source types
*)}val to_value :
t ->
[> `Structure of (string * [> `Integer of ProcessedRecordsCount.t ]) list ]