Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Interface ILookupInResult

    Result of a sub document LookupIn operation.

    Inherited Members
    IResult.Cas
    IDisposable.Dispose()
    Namespace: Couchbase.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    public interface ILookupInResult : IResult, IDisposable

    Properties

    | Edit this page View Source

    IsDeleted

    Declaration
    bool IsDeleted { get; }
    Property Value
    Type Description
    bool

    Methods

    | Edit this page View Source

    ContentAs<T>(int)

    Declaration
    T? ContentAs<T>(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    Exists(int)

    Declaration
    bool Exists(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    bool
    | Edit this page View Source

    IndexOf(string)

    Returns the index of a particular path.

    Declaration
    [InterfaceStability(Level.Volatile)]
    int IndexOf(string path)
    Parameters
    Type Name Description
    string path

    Path to find.

    Returns
    Type Description
    int

    The index of the path, or -1 if not found.

    • Edit this page
    • View Source
    In this article
    Back to top © 2025 Couchbase, Inc.