Couchbase .NET SDK | 3.4.4
Search Results for

    Show / Hide Table of Contents

    Interface ILookupInResult

    Result of a sub document LookupIn operation.

    Inherited Members
    IResult.Cas
    Namespace: Couchbase.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    public interface ILookupInResult : IResult

    Properties

    | Improve this Doc View Source

    IsDeleted

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

    Methods

    | Improve this Doc View Source

    ContentAs<T>(Int32)

    Declaration
    T ContentAs<T>(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Improve this Doc View Source

    Exists(Int32)

    Declaration
    bool Exists(int index)
    Parameters
    Type Name Description
    Int32 index
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    IndexOf(String)

    Returns the index of a particular path.

    Declaration
    int IndexOf(string path)
    Parameters
    Type Name Description
    String path

    Path to find.

    Returns
    Type Description
    Int32

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

    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 Couchbase, Inc.