Cmdlets for OData

Build 24.0.9111

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.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9111