Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class BooleanFieldQuery

    A boolean field query matches documents which have a boolean field which corresponds to the requested boolean value.

    Inheritance
    object
    SearchQueryBase
    BooleanFieldQuery
    Implements
    ISearchQuery
    Inherited Members
    SearchQueryBase.IndexName
    SearchQueryBase.Query
    SearchQueryBase.Boost(double)
    SearchQueryBase.BoostValue
    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 class BooleanFieldQuery : SearchQueryBase, ISearchQuery

    Constructors

    | Edit this page View Source

    BooleanFieldQuery(bool)

    Declaration
    public BooleanFieldQuery(bool fieldMatch)
    Parameters
    Type Name Description
    bool fieldMatch

    Methods

    | Edit this page View Source

    AsReadOnly()

    Declaration
    public BooleanFieldQuery.ReadOnly AsReadOnly()
    Returns
    Type Description
    BooleanFieldQuery.ReadOnly
    | Edit this page View Source

    Deconstruct(out bool, out string)

    Declaration
    public void Deconstruct(out bool fieldMatch, out string field)
    Parameters
    Type Name Description
    bool fieldMatch
    string field
    | Edit this page View Source

    Export()

    Gets a JSON object representing this query instance />

    Declaration
    public override JObject Export()
    Returns
    Type Description
    JObject
    Overrides
    SearchQueryBase.Export()
    | Edit this page View Source

    Field(string)

    The field for the match.

    Declaration
    public BooleanFieldQuery Field(string field)
    Parameters
    Type Name Description
    string field

    The field.

    Returns
    Type Description
    BooleanFieldQuery

    Implements

    ISearchQuery

    See Also

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