Excel Add-In for Certinia

Build 24.0.8963

GetJobInfoV2

Gets information about a Salesforce job.

Input

Name Type Description
JobId String Id of the job being retrieved.
JobType String Type of job to use in the job. Valid values are 'UNKNOWN', 'INGEST' or 'QUERY'.

The allowed values are UNKNOWN, INGEST, QUERY.

The default value is UNKNOWN.

Result Set Columns

Name Type Description
ObjectName String The name of the object to be used with the job.
Operation String The operation for the job. For example, delete, insert, query, upsert, update, or hardDelete.
ApiVersion String The API version of the job set in the URI when the job was created. The earliest supported version is 17.0.
ConcurrencyMode String The concurrency mode for the job. The valid values are: parallel and serial.
ContentType String The content type for the job. The valid values are: CSV, XML, ZIP_CSV, and ZIP_XML.
CreatedById String Id of the user who created the job.
CreatedDate String Date the job was created.
NumberRecordsProcessed String The number of records already processed. This number increases as more batches are processed.
NumberRetries String The number of times that Salesforce attempted to save the results of an operation. The repeated attempts are due to a problem, such as a lock contention.
State String The state of the job. For example, Open, Closed, Aborted, or Failed.
SystemModStamp String Date and time in the UTC time zone when the job finished.
TotalProcessingTime String The number of milliseconds taken to process the job. This is the sum of the total processing times for all batches in the job. See also ApexProcessingTime and ApiActiveProcessingTime. This field is available in API version 19.0 and later.
IsPkChunkingSupported String Whether PK chunking is supported for the queried object .

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.8963