Interface IDateRangeAggregation
Assembly: OpenSearch.Client.dll
Syntax
public interface IDateRangeAggregation : IBucketAggregation, IAggregation
Properties
|
Edit this page
View Source
Field
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "format")]
string Format { get; set; }
Property Value
|
Edit this page
View Source
Missing
Declaration
[DataMember(Name = "missing")]
object Missing { get; set; }
Property Value
|
Edit this page
View Source
Ranges
Declaration
[DataMember(Name = "ranges")]
IEnumerable<IDateRangeExpression> Ranges { get; set; }
Property Value
|
Edit this page
View Source
TimeZone
Declaration
[DataMember(Name = "time_zone")]
string TimeZone { get; set; }
Property Value
Extension Methods