Enum BulkRetrieveByIdsNotFoundHandling
Determines what happens if a record with a given id is missing.
public enum BulkRetrieveByIdsNotFoundHandling
- Extension Methods
Fields
ErrorAfterAllBatches = 2
Will error after all batches are complete.
ErrorImmediately = 1
Will Error right away on the first batch that has a missing id.
Ignore = 0
Ignore the error. The record won't be in the results.