Class WriteManyOptions
Represents options passed to
WriteManyAsync APIs.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class WriteManyOptions : Object
Remarks
In addition to these options, you may also specify separate options
for each Put and Delete operation when that operation is added to
WriteOperationCollection.
Constructors
| Name | Description |
|---|---|
| WriteManyOptions() |
Properties
| Name | Description |
|---|---|
| AbortIfUnsuccessful | Gets or sets the value that determines whether to abort the transaction if any Put or Delete operation fails. |
| Compartment | Cloud service only. Gets or sets the compartment id or name for the operation. |
| Durability | On-premise only. Gets or sets Durability value to use for the operation. |
| Namespace | On-premises only. Gets or sets the optional namespace. |
| Timeout | Gets or sets the timeout for the request. |