Class AutoDateHistogramAggregation
Inheritance
AutoDateHistogramAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class AutoDateHistogramAggregation : BucketAggregationBase, IAutoDateHistogramAggregation, IBucketAggregation, IAggregation
Constructors
|
Edit this page
View Source
AutoDateHistogramAggregation(string)
Declaration
public AutoDateHistogramAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
Buckets
Declaration
public int? Buckets { get; set; }
Property Value
|
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
MinimumInterval
Specify the minimum rounding interval that should be used. This can make the collection process
more efficient, as the aggregation will not attempt to round at any interval lower than this.
Declaration
public MinimumInterval? MinimumInterval { get; set; }
Property Value
|
Edit this page
View Source
Missing
Declaration
public DateTime? Missing { get; set; }
Property Value
|
Edit this page
View Source
Offset
Declaration
public string Offset { get; set; }
Property Value
|
Edit this page
View Source
Params
Declaration
public IDictionary<string, object> Params { get; set; }
Property Value
|
Edit this page
View Source
Script
Declaration
public IScript Script { get; set; }
Property Value
|
Edit this page
View Source
TimeZone
Declaration
public string TimeZone { get; set; }
Property Value
Implements
Extension Methods