Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.41 KB

BatchUpsertRecordsResponse.md

File metadata and controls

11 lines (8 loc) · 2.41 KB

# BatchUpsertRecordsResponse

Properties

Name Type Description Notes
errors \Sajari\Model\BatchUpsertRecordsResponseError[] Errors that occurred. [optional]
keys \Sajari\Model\BatchUpsertRecordsResponseKey[] A list of keys of the records that were inserted. If a record was inserted, keys contains an entry containing the index of the inserted record from `records` and the key. You can use the key if you need to retrieve or delete the record. If a record was updated, keys contains no such entry for the updated record. [optional]
variables \Sajari\Model\BatchUpsertRecordsResponseVariables[] A list of modified variables returned by the pipeline after it has finished processing each record. [optional]

[Back to Model list] [Back to API list] [Back to README]