OperationResult T  PropertiesCouchbase .NET SDK 2.0

The OperationResult T  generic type exposes the following members.

Properties
  NameDescription
Public propertyCas
The 'Check and Set' or 'CAS' value for enforcing optimistic concurrency.
(Inherited from OperationResult.)
Public propertyDurability
The level of durability that the operation achieved
(Inherited from OperationResult.)
Public propertyException
If Success is false and an exception has been caught internally, this field will contain the exception.
(Inherited from OperationResult.)
Public propertyMessage
If Success is false, the reason why the operation failed.
(Inherited from OperationResult.)
Public propertyStatus
The status returned from the Couchbase Server after an operation.
(Inherited from OperationResult.)
Public propertySuccess
True if the operation succeeded.
(Inherited from OperationResult.)
Public propertyValue
The value of the key retrieved from Couchbase Server.
Top
See Also