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