AllOrNone
Specifies whether all insert, update, or delete operations in a request should fail if any individual record fails.
Data Type
bool
Default Value
false
Remarks
When AllOrNone is set to true, if a single record fails during an insert, update, or delete operation, the entire request is rolled back, and no records are committed.
When AllOrNone is set to false, successful records in the batch are committed, even if some records fail.
This property does not apply when using Bulk API requests.