Couchbase .NET SDK __CB_SDK_VERSION__

Show / Hide Table of Contents

Interface ILookupInReplicaResult

Result of a sub document LookupIn operation against any/all replicas.

Inherited Members
ILookupInResult.Exists(int)
ILookupInResult.ContentAs<T>(int)
ILookupInResult.IndexOf(string)
ILookupInResult.IsDeleted
IResult.Cas
IDisposable.Dispose()
Namespace: Couchbase.KeyValue
Assembly: Couchbase.NetClient.dll
Syntax
[InterfaceStability(Level.Volatile)]
public interface ILookupInReplicaResult : ILookupInResult, IResult, IDisposable

Properties

View Source

IsReplica

Gets a value indicating whether the result is from a replica node.

Declaration
bool? IsReplica { get; }
Property Value
Type Description
bool?
  • View Source
In this article
Back to top Copyright © 2020 Couchbase, Inc. All rights reserved.