Couchbase .NET SDK | 3.8.0
Search Results for

    Show / Hide Table of Contents

    Class NumericRangeQuery.ReadOnly

    Inheritance
    object
    NumericRangeQuery.ReadOnly
    Implements
    IEquatable<NumericRangeQuery.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.Range
    Assembly: Couchbase.NetClient.dll
    Syntax
    public record NumericRangeQuery.ReadOnly : IEquatable<NumericRangeQuery.ReadOnly>

    Constructors

    | Edit this page View Source

    ReadOnly(double?, bool, double?, bool, string)

    Declaration
    public ReadOnly(double? Min, bool MinInclusive, double? Max, bool MaxInclusive, string Field)
    Parameters
    Type Name Description
    double? Min
    bool MinInclusive
    double? Max
    bool MaxInclusive
    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

    Max

    Declaration
    public double? Max { get; init; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    MaxInclusive

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

    Min

    Declaration
    public double? Min { get; init; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    MinInclusive

    Declaration
    public bool MinInclusive { get; init; }
    Property Value
    Type Description
    bool

    Implements

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