Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class WildcardQuery.ReadOnly

    Inheritance
    object
    WildcardQuery.ReadOnly
    Implements
    IEquatable<WildcardQuery.ReadOnly>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Couchbase.Search.Queries.Simple
    Assembly: Couchbase.NetClient.dll
    Syntax
    public record WildcardQuery.ReadOnly : IEquatable<WildcardQuery.ReadOnly>

    Constructors

    | Edit this page View Source

    ReadOnly(string, string)

    Declaration
    public ReadOnly(string WildCard, string Field)
    Parameters
    Type Name Description
    string WildCard
    string Field

    Properties

    | Edit this page View Source

    Field

    Declaration
    public string Field { get; init; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    WildCard

    Declaration
    public string WildCard { get; init; }
    Property Value
    Type Description
    string

    Implements

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