OperationResult.Status Property Couchbase .NET SDK 2.0
The status returned from the Couchbase Server after an operation.

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

Property Value

Type: ResponseStatus

Implements

IOperationResult.Status
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