Property Success
Success
Gets a value indicating whether the Put operation was successful.
Declaration
public bool Success { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
true if the Put operation was successful, otherwise
false.
|
Remarks
This value determines success of conditional Put operation (as
indicated by IfAbsent,
IfPresent or
MatchVersion options). For unconditional
Put operation this value is always
true.