Property AbortIfUnsuccessful
AbortIfUnsuccessful
Gets or sets the value that determines whether to abort the
transaction if any Delete operation fails.
Declaration
public bool AbortIfUnsuccessful { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean | true to abort the transaction if any Delete
operation fails, otherwise false. The default is
false.
|
Remarks
If set to
true and any Delete operation fails, the
entire transaction started by
DeleteManyAsync(String, IReadOnlyCollection<MapValue>, DeleteManyOptions, CancellationToken) will be aborted.