JobSummary.md 2.3 KB

JobSummary

Properties

Name Type Description Notes
Id String The Job ID [default to null]
JobStatus String The Job status. When a job is first created, it will remain in queued till the workflow starts [default to QUEUED] [enum: QUEUED, RUNNING, FORGET_COMPLETED_CLEANUP_IN_PROGRESS, COMPLETED, COMPLETED_CLEANUP_FAILED, FAILED, FIND_FAILED, FORGET_FAILED, FORGET_PARTIALLY_FAILED]
CreatedAt Integer Job creation date as Epoch timestamp [default to null]
JobStartTime Integer Job start date as Epoch timestamp [optional] [default to null]
JobFinishTime Integer Job finish date as Epoch timestamp [optional] [default to null]
TotalObjectUpdatedCount Integer Total number of successfully updated objects [optional] [default to 0]
TotalObjectUpdateSkippedCount Integer Total number of skipped objects [optional] [default to 0]
TotalObjectUpdateFailedCount Integer Total number of objects which could not be successfully updated [optional] [default to 0]
TotalObjectRollbackFailedCount Integer Total number of objects which could not be successfully rolled back after detecting an integrity conflict [optional] [default to 0]
TotalQueryCount Integer Total number of queries executed during the find phase [optional] [default to 0]
TotalQueryFailedCount Integer Total number of unsuccessfully executed queries during the find phase [optional] [default to 0]
TotalQueryScannedInBytes Integer Total amount of data scanned during the find phase [optional] [default to 0]
TotalQuerySucceededCount Integer Total number of successfully executed queries during the find phase [optional] [default to 0]
TotalQueryTimeInMillis Integer Total time spent by the query executor for this job [optional] [default to 0]

[Back to Model list] [Back to API list] [Back to README]