IOperationResult<T> PropertiesCouchbase .NET SDK 2.0

The IOperationResult<T> generic type exposes the following members.

Properties
  NameDescription
Public propertyCas
The Check-and-swap value for a given key or document.
Public propertyDurability
Indicates that the given durability requirements were met by the operation request.
Public propertyMessage
If Success is false, the reasom why the operation failed.
Public propertyStatus
The status returned from the Couchbase Server after an operation.
Public propertySuccess
True if the operation succeeded.
Public propertyValue
The value of the key retrieved from Couchbase Server.
Top
See Also