Section navigation

Public classSealed Int64RangeQuery

Namespace
Rowles.LeanCorpus.Search.Queries
Assembly
Rowles.LeanCorpus.dll

Numeric range filter over 64-bit integer field values.

public sealed class Int64RangeQuery : Query, IEquatable<Query>
Inheritance
Int64RangeQuery
Implements
Inherited Members
Extension Methods

Public constructor Int64RangeQuery(string, long, long, bool, bool)

Initialises a new Int64RangeQuery for the given field and bounds.

Public property Field

Gets the single field this query targets, or an empty value for fieldless and multi-field queries.

Public property IncludeMax

Gets whether the upper bound is inclusive.

Public property IncludeMin

Gets whether the lower bound is inclusive.

Public property Max

Gets the inclusive upper bound of the range.

Public property Min

Gets the inclusive lower bound of the range.

Public method Equals(object?)

Determines whether the specified object is equal to the current object.

Public method GetHashCode()

Serves as the default hash function.