EnableAtomicBatchOperations
Whether or not the batch CUD operations are executed as atomic OData requests.
データ型
bool
デフォルト値
true
解説
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.