Type Definitions
-
Callback(err, response)
-
Parameters:
Name Type Description errError Callback error responseT Callback response - Source:
-
DeletedRecordsInfo
-
Type:
- Object
- Source:
Properties:
Name Type Description earliestDateAvailableString The timestamp of the earliest date available latestDateCoveredString The timestamp of the last date covered deletedRecordsArray.<Object> Updated records Properties
Name Type Description idString Record ID deletedDateString The timestamp when this record was deleted -
DescribeGlobalResult
-
Result returned by describeGlobal call
Type:
- Object
- Source:
-
DescribeSObjectResult
-
Result returned by describeSObject call
Type:
- Object
- Source:
-
FulfilledCallback(result) → {S}
-
Parameters:
Name Type Description resultT Fulfilled value - Source:
Returns:
- Type
- S
-
QueryResult
-
Type:
- Object
- Source:
Properties:
Name Type Argument Description doneBoolean Flag if the query is fetched all records or not nextRecordsUrlString <optional>
URL locator for next record set, (available when done = false) totalSizeNumber Total size for query recordsArray.<Record> <optional>
Array of records fetched -
Record
-
A simple hash object including record field information
Type:
- Object
-
RecordFilterFunction(record) → {Boolean}
-
Parameters:
Name Type Description recordRecord Source record to filter - Source:
Returns:
- Type
- Boolean
-
RecordMapFunction(record) → {Record}
-
Parameters:
Name Type Description recordRecord Source record to map - Source:
Returns:
- Type
- Record
-
RecordResult
-
- Source:
Properties:
Name Type Argument Description successBoolean The result is succeessful or not idString <optional>
Record ID errorsArray.<String> <optional>
Errors (available when success = false) -
RejectedCallback(reason) → {S}
-
Parameters:
Name Type Description reasonError Rejected reason - Source:
Returns:
- Type
- S
-
TokenResponse
-
Type:
- Object
-
UpdatedRecordsInfo
-
Type:
- Object
- Source:
Properties:
Name Type Description latestDateCoveredString The timestamp of the last date covered. idsArray.<String> Updated record IDs. -
UserInfo
-
- Source:
Properties:
Name Type Description idString User ID organizationIdString Organization ID urlString Identity URL of the user