Interface ILookupInReplicaResult<TDocument>
Result of a sub document LookupIn operation against any/all replicas.
Inherited Members
Namespace: Couchbase.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Volatile)]
public interface ILookupInReplicaResult<TDocument> : ILookupInReplicaResult, ILookupInResult, IResult, IDisposable, ITypeSerializerProvider
Type Parameters
Name | Description |
---|---|
TDocument | Type of the document. |