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