IOperationResult<T>.Status Property Couchbase .NET SDK 2.0
The status returned from the Couchbase Server after an operation.

Namespace: Couchbase.IO.Operations
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
ResponseStatus Status { get; }

Property Value

Type: ResponseStatus
Remarks
Success will be returned if Success is true, otherwise Success will be false. If ClientFailure is returned, then the operation failed before being sent to the Couchbase Server.
See Also