Class NumericRangeQuery
Inheritance
NumericRangeQuery
Assembly: OpenSearch.Client.dll
Syntax
public class NumericRangeQuery : FieldNameQueryBase, INumericRangeQuery, IRangeQuery, IFieldNameQuery, IQuery
Properties
|
Edit this page
View Source
Conditionless
Declaration
protected override bool Conditionless { get; }
Property Value
Overrides
|
Edit this page
View Source
GreaterThan
Declaration
public double? GreaterThan { get; set; }
Property Value
|
Edit this page
View Source
GreaterThanOrEqualTo
Declaration
public double? GreaterThanOrEqualTo { get; set; }
Property Value
|
Edit this page
View Source
LessThan
Declaration
public double? LessThan { get; set; }
Property Value
|
Edit this page
View Source
LessThanOrEqualTo
Declaration
public double? LessThanOrEqualTo { get; set; }
Property Value
|
Edit this page
View Source
Relation
Declaration
public RangeRelation? Relation { get; set; }
Property Value
Implements
Extension Methods