EnableAtomicBatchOperations Parameter (Connect-OData Cmdlet)
Whether or not the batch CUD operations are executed as atomic OData requests.
Syntax
Connect-OData -EnableAtomicBatchOperations bool
Data Type
bool
Default Value
true
Remarks
Specifies whether batch Create, Update and Delete (CUD) operations are executed as atomic OData requests, ensuring that all operations succeed or fail together. If disabled, batch CUD operations are processed non-atomically, allowing individual operations to succeed or fail independently within the batch.