IOperationResult Interface |
Namespace: Couchbase.Core.IO.Operations
public interface IOperationResult : IResult
The IOperationResult type exposes the following members.
| Name | Description | |
|---|---|---|
| Cas |
The 'Check and Set' or 'CAS' value for enforcing optimistic concurrency.
| |
| Durability |
The level of durability that the operation achieved
| |
| Id |
Gets the id or key for the document.
| |
| OpCode |
Gets the op code.
| |
| Status |
The server's response status for the operation.
| |
| Token |
Gets the mutation token for the operation if enhanced durability is enabled.
|