Class DateRangeAggregation
Inheritance
DateRangeAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class DateRangeAggregation : BucketAggregationBase, IDateRangeAggregation, IBucketAggregation, IAggregation
Constructors
|
Edit this page
View Source
DateRangeAggregation(string)
Declaration
public DateRangeAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
Field
Declaration
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string Format { get; set; }
Property Value
|
Edit this page
View Source
Missing
Declaration
public object Missing { get; set; }
Property Value
|
Edit this page
View Source
Ranges
Declaration
public IEnumerable<IDateRangeExpression> Ranges { get; set; }
Property Value
|
Edit this page
View Source
TimeZone
Declaration
public string TimeZone { get; set; }
Property Value
Implements
Extension Methods