Values.ResultsSummarySourceThe summary of results for an upload job, including the number of updated, created, and failed records.
type nonrec t = {updatedRecords : OptionalLong.t option;The number of records that were updated during the upload job.
*)createdRecords : OptionalLong.t option;The number of records that were newly created during the upload job.
*)failedRecords : OptionalLong.t option;The number of records that failed to be processed during the upload job.
*)}