Class DeleteManyOptions
Represents options passed to DeleteManyAsync(String, IReadOnlyCollection<MapValue>, DeleteManyOptions, CancellationToken)
API.
Inherited Members
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class DeleteManyOptions : DeleteOptions
Remarks
These options include all options available in
DeleteOptions with the addition of
AbortIfUnsuccessful option.
Constructors
| Name | Description |
|---|---|
| DeleteManyOptions() |
Properties
| Name | Description |
|---|---|
| AbortIfUnsuccessful | Gets or sets the value that determines whether to abort the transaction if any Delete operation fails. |