Interface ILookupInReplicaResult
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 : ILookupInResult, IResult, IDisposable
Properties
| Edit this page View SourceIsReplica
Gets a value indicating whether the result is from a replica node.
Declaration
bool? IsReplica { get; }
Property Value
Type | Description |
---|---|
bool? |