Couchbase .NET SDK | 3.7.2
Search Results for

    Show / Hide Table of Contents

    Class LookupInSpec

    Inheritance
    object
    OperationSpec
    LookupInSpec
    Implements
    IEqualityComparer
    Inherited Members
    OperationSpec.Path
    OperationSpec.OpCode
    OperationSpec.Value
    OperationSpec.PathFlags
    OperationSpec.Equals(object)
    OperationSpec.Equals(object, object)
    OperationSpec.GetHashCode(object)
    OperationSpec.GetHashCode()
    OperationSpec.ToString()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Couchbase.KeyValue
    Assembly: Couchbase.NetClient.dll
    Syntax
    public class LookupInSpec : OperationSpec, IEqualityComparer

    Methods

    | Edit this page View Source

    Count(string, bool)

    Declaration
    public static LookupInSpec Count(string path, bool isXattr = false)
    Parameters
    Type Name Description
    string path
    bool isXattr
    Returns
    Type Description
    LookupInSpec
    | Edit this page View Source

    Exists(string, bool)

    Declaration
    public static LookupInSpec Exists(string path, bool isXattr = false)
    Parameters
    Type Name Description
    string path
    bool isXattr
    Returns
    Type Description
    LookupInSpec
    | Edit this page View Source

    Get(string, bool)

    Declaration
    public static LookupInSpec Get(string path, bool isXattr = false)
    Parameters
    Type Name Description
    string path
    bool isXattr
    Returns
    Type Description
    LookupInSpec
    | Edit this page View Source

    GetFull()

    Declaration
    public static LookupInSpec GetFull()
    Returns
    Type Description
    LookupInSpec

    Implements

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