| Action |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Action performed by the callout.
|
| ExecutionTime |
- Type
- double
- Properties
- Filter, Nillable, Sort
- Description
- The end-to-end Apex execution time in milliseconds.
|
| FetchTime |
- Type
- double
- Properties
- Filter, Nillable, Sort
- Description
- Duration (in milliseconds) it takes to retrieve the query results
from the external system.
|
| IsSuccess |
- Type
- boolean
- Properties
- Defaulted on create, Filter, Group, Sort
- Description
- Indicates whether the query was successful (true) or not (false).
- The default value is false.
|
| Message |
- Type
- string
- Properties
- Filter, Nillable, Sort
- Description
- Error or warning message associated with the failed call.
|
| ObjectType |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The type of event. The value is always BulkApi2.
|
| QueryFilter |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Field expressions to filter the rows to return. Corresponds to
WHERE in SOQL queries.
|
| QueryLimit |
- Type
- double
- Properties
- Filter, Nillable, Sort
- Description
- Maximum number of rows to return for a query. Corresponds to
LIMIT in SOQL queries.
|
| QueryOffset |
- Type
- double
- Properties
- Filter, Nillable, Sort
- Description
- Number of rows to skip when paging through a result set.
Corresponds to OFFSET in SOQL
queries.
|
| QueryOrderBy |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Field or column to use for sorting query results, and whether to
sort the results in ascending (default) or descending order.
Corresponds to ORDER BY in
SOQL queries.
|
| QuerySelect |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- Comma-delineated list of fields being queried. Corresponds to
SELECT in SOQL
queries.
|
| RequestIdentifier |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The unique ID of a single transaction. A transaction can contain
one or more events. Each event in a given transaction has the
same RequestIdentifier. For
example: 3nWgxWbDKWWDIk0FKfF5DV.
|
| RowCount |
- Type
- int
- Properties
- Filter, Group, Nillable, Sort
- Description
- Total number of records in the result set.
|
| RowsFetched |
- Type
- double
- Properties
- Filter, Nillable, Sort
- Description
- Number of rows fetched by the callout.
|
| Subqueries |
- Type
- double
- Properties
- Filter, Nillable, Sort
- Description
- Number of subqueries this query has been split into.
|
| Throughput |
- Type
- double
- Properties
- Filter, Nillable, Sort
- Description
- Number of records retrieved in one second.
|
| Timestamp |
- Type
- dateTime
- Properties
- Filter, Nillable, Sort
- Description
- The access time of Salesforce services in GMT. For example,
2020-01-20T19:12:26.965Z.
Milliseconds are the most granular setting.
|
| TotalTime |
- Type
- double
- Properties
- Filter, Nillable, Sort
- Description
- How long it takes (in milliseconds) to prepare and execute the
query and to retrieve the query results.
|
| UserIdentifier |
- Type
- string
- Properties
- Filter, Group, Nillable, Sort
- Description
- The ID of the user who’s using Salesforce services through the UI
or the API. For example: 00530000009M943.
|