CouchbaseBucket.GetFromReplica<T> Method Couchbase .NET SDK 2.3.3
Gets a value for a key by checking each replica.

Namespace: Couchbase
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
public IOperationResult<T> GetFromReplica<T>(
	string key
)

Parameters

key
Type: System.String
The key of the value to retrieve.
Type Parameters
T
The Type of the value being retrieved.

Return Value

Type: IOperationResult<T>
An IOperationResult with the results of the operation.

Implements

IBucket.GetFromReplica<T>(String)
See Also