JobMetrics
class JobMetrics
An object containing inputRecords
, totalRecordsProcessed
, matchIDs
, and recordsNotProcessed
.
Types
Properties
Link copied to clipboard
The number of records processed that were marked for deletion (DELETE
= True) in the input file. This metric tracks records flagged for removal during the job execution.
Link copied to clipboard
The total number of input records.
Link copied to clipboard
The total number of records that did not get processed.
Link copied to clipboard
The total number of records processed.