Click or drag to resize

IOperationResult Interface

The primary return type for binary Memcached operations

Namespace:  Couchbase.Core.IO.Operations
Assembly:  Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 3.0.0-local-202004010202+047adc0837bfc29c0b8cce4322194a09afd8ea18
Syntax
C#
public interface IOperationResult : IResult

The IOperationResult type exposes the following members.

Properties
  NameDescription
Public propertyCas
The 'Check and Set' or 'CAS' value for enforcing optimistic concurrency.
Public propertyDurability
The level of durability that the operation achieved
Public propertyId
Gets the id or key for the document.
Public propertyOpCode
Gets the op code.
Public propertyStatus
The server's response status for the operation.
Public propertyToken
Gets the mutation token for the operation if enhanced durability is enabled.
Top
Methods
  NameDescription
Public methodIsNmv
Checks if the server responded with a Not My Vbucket.
Top
See Also