Couchbase .NET SDK | 3.4.4
Search Results for

    Show / Hide Table of Contents

    Class LookupInSpec

    Inheritance
    Object
    OperationSpec
    LookupInSpec
    Inherited Members
    OperationSpec.Equals(Nullable<Object>)
    OperationSpec.Equals(Nullable<Object>, Nullable<Object>)
    OperationSpec.GetHashCode(Object)
    OperationSpec.GetHashCode()
    OperationSpec.ToString()
    Namespace: Couchbase.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class LookupInSpec : OperationSpec

    Methods

    | Improve this Doc View Source

    Count(String, Boolean)

    Declaration
    public static LookupInSpec Count(string path, bool isXattr = false)
    Parameters
    Type Name Description
    String path
    Boolean isXattr
    Returns
    Type Description
    LookupInSpec
    | Improve this Doc View Source

    Exists(String, Boolean)

    Declaration
    public static LookupInSpec Exists(string path, bool isXattr = false)
    Parameters
    Type Name Description
    String path
    Boolean isXattr
    Returns
    Type Description
    LookupInSpec
    | Improve this Doc View Source

    Get(String, Boolean)

    Declaration
    public static LookupInSpec Get(string path, bool isXattr = false)
    Parameters
    Type Name Description
    String path
    Boolean isXattr
    Returns
    Type Description
    LookupInSpec
    | Improve this Doc View Source

    GetFull()

    Declaration
    public static LookupInSpec GetFull()
    Returns
    Type Description
    LookupInSpec
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2023 Couchbase, Inc.