OperationResult IsNmv Method Couchbase .NET SDK 2.1.0 Documentation
Checks if the server responded with a Not My Vbucket.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public bool IsNmv()

Return Value

Type: Boolean
Returns true if ResponseStatus is a VBucketBelongsToAnotherServer.

Implements

IOperationResult IsNmv 
See Also