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