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