IOperationResult T  InterfaceCouchbase .NET SDK 2.0
The result of an operation.

Namespace: Couchbase.IO.Operations
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public interface IOperationResult<out T>
Type Parameters
T

[Missing <typeparam name="T"/> documentation for "T:Couchbase.IO.Operations.IOperationResult`1"]

The IOperationResult T  type exposes the following members.

Properties
  NameDescription
Public propertyCas
The Check-and-swap value for a given key or document.
Public propertyDurability
Indicates that the given durability requirements were met by the operation request.
Public propertyMessage
If Success is false, the reasom why the operation failed.
Public propertyStatus
The status returned from the Couchbase Server after an operation.
Public propertySuccess
True if the operation succeeded.
Public propertyValue
The value of the key retrieved from Couchbase Server.
Top
Remarks
If Success is false, use the Message property to help determine the reason.
See Also