Interface ILongRangeQuery
Assembly: OpenSearch.Client.dll
Syntax
public interface ILongRangeQuery : IRangeQuery, IFieldNameQuery, IQuery
Properties
|
Edit this page
View Source
GreaterThan
Declaration
[DataMember(Name = "gt")]
long? GreaterThan { get; set; }
Property Value
|
Edit this page
View Source
GreaterThanOrEqualTo
Declaration
[DataMember(Name = "gte")]
long? GreaterThanOrEqualTo { get; set; }
Property Value
|
Edit this page
View Source
LessThan
Declaration
[DataMember(Name = "lt")]
long? LessThan { get; set; }
Property Value
|
Edit this page
View Source
LessThanOrEqualTo
Declaration
[DataMember(Name = "lte")]
long? LessThanOrEqualTo { get; set; }
Property Value
|
Edit this page
View Source
Relation
Declaration
[DataMember(Name = "relation")]
RangeRelation? Relation { get; set; }
Property Value
Extension Methods