BatchJobDetails
Type to hold BatchJobDetails of IaaS job for specific jobId
This page contains
Fields
jobRunId: ID! | Job run ID of a specific job |
jobExecutionId: ID! | Job run ID of a specific job |
partner: String! | Partner For which Job was run |
status: String! | Status of the job |
jobStartTime: DateTime! | Date and Time at which job was started in Connector |
jobEndTime: DateTime | Date and Time at which job was completed in Connector |
readCount: Int! | No. of usages read by Connector |
filterCount: Int! | No. of usages filtered by Connector |
writeCount: Int! | No. of usages written by Connector |
exitMessage: String | Exit Message |
exitCode: Int! | Exit Code |
Parent objects of BatchJobDetails
IAASJobDetails PREVIEW | Type to hold information of IaaS job for specific jobId |