The primary return type for binary Memcached operations which return a value
Namespace: CouchbaseAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)


- T
- The value returned by the operation.
The IOperationResult<T> type exposes the following members.

Name | Description | |
---|---|---|
![]() | IsNmv |
Checks if the server responded with a Not My Vbucket.
(Inherited from IOperationResult.) |
![]() | ShouldRetry |
If the response indicates the request is retryable, returns true.
(Inherited from IResult.) |

Name | Description | |
---|---|---|
![]() | Cas |
The 'Check and Set' or 'CAS' value for enforcing optimistic concurrency.
(Inherited from IOperationResult.) |
![]() | Durability |
The level of durability that the operation achieved
(Inherited from IOperationResult.) |
![]() | Exception |
If Success is false and an exception has been caught internally, this field will contain the exception.
(Inherited from IResult.) |
![]() | Id |
Gets the id or key for the document.
(Inherited from IOperationResult.) |
![]() | Message |
If the operation wasn't succesful, a message indicating why it was not succesful.
(Inherited from IResult.) |
![]() | Status |
The server's response status for the operation.
(Inherited from IOperationResult.) |
![]() | Success |
Returns true if the operation was succesful.
(Inherited from IResult.) |
![]() | Token |
Gets the mutation token for the operation if enhanced durability is enabled.
(Inherited from IOperationResult.) |
![]() | Value |
The value returned by the operation.
|
