Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface ILookupInReplicaResult

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

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

    Properties

    | Edit this page View Source

    IsReplica

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

    Declaration
    bool? IsReplica { get; }
    Property Value
    Type Description
    bool?
    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.