The result of an operation.
Namespace: Couchbase.IO.OperationsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)


- T
[Missing <typeparam name="T"/> documentation for "T:Couchbase.IO.Operations.IOperationResult`1"]
The IOperationResult<T> type exposes the following members.

Name | Description | |
---|---|---|
![]() | Cas |
The Check-and-swap value for a given key or document.
|
![]() | Durability |
Indicates that the given durability requirements were met by the operation request.
|
![]() | Message |
If Success is false, the reasom why the operation failed.
|
![]() | Status |
The status returned from the Couchbase Server after an operation.
|
![]() | Success |
True if the operation succeeded.
|
![]() | Value |
The value of the key retrieved from Couchbase Server.
|

If Success is false, use the Message property to help determine the reason.
