Class LongRangeQuery
Inheritance
LongRangeQuery
Assembly: OpenSearch.Client.dll
Syntax
public class LongRangeQuery : FieldNameQueryBase, ILongRangeQuery, 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 long? GreaterThan { get; set; }
Property Value
|
Edit this page
View Source
GreaterThanOrEqualTo
Declaration
public long? GreaterThanOrEqualTo { get; set; }
Property Value
|
Edit this page
View Source
LessThan
Declaration
public long? LessThan { get; set; }
Property Value
|
Edit this page
View Source
LessThanOrEqualTo
Declaration
public long? LessThanOrEqualTo { get; set; }
Property Value
|
Edit this page
View Source
Relation
Declaration
public RangeRelation? Relation { get; set; }
Property Value
Implements
Extension Methods