| jobId |
String |
Job ID. To get the status of an async query job, use this ID in an Async
Query, Status request (/async-queries/jobId). |
Big, 35.0 |
35.0 |
| query |
String |
SOQL query string. The pilot release supports these SOQL features in WHERE statements:
simple equality filtering; AND and OR clauses; 1-level relationship fields
(no subqueries); GROUP
BY; aggregate functions COUNT(field), SUM(), AVG(). |
Big, 35.0 |
35.0 |
| status |
String |
Status of an async query job. One of these values:
-
Canceled—The job has been
canceled.
-
Complete—The job is complete.
-
Error—The job has an error.
-
New—The job is new.
-
Running—The job is running.
-
Scheduled—The job is
scheduled.
|
Big, 35.0 |
35.0 |
| targetFieldMap |
Map<String, String> |
A map showing which SOQL query fields correspond to which target
object fields. |
Big, 35.0 |
35.0 |
| targetObject |
String |
An object that stores the results of the SOQL query. The object can be
a standard or custom Salesforce object, a big object, or an external
object. |
Big, 35.0 |
35.0 |