Interface IAutoDateHistogramAggregation
Assembly: OpenSearch.Client.dll
Syntax
public interface IAutoDateHistogramAggregation : IBucketAggregation, IAggregation
Properties
|
Edit this page
View Source
Buckets
Declaration
[DataMember(Name = "buckets")]
int? Buckets { get; set; }
Property Value
|
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
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
[DataMember(Name = "minimum_interval")]
MinimumInterval? MinimumInterval { get; set; }
Property Value
|
Edit this page
View Source
Missing
Declaration
[DataMember(Name = "missing")]
DateTime? Missing { get; set; }
Property Value
|
Edit this page
View Source
Offset
Declaration
[DataMember(Name = "offset")]
string Offset { get; set; }
Property Value
|
Edit this page
View Source
Params
Declaration
[DataMember(Name = "params")]
IDictionary<string, object> Params { get; set; }
Property Value
|
Edit this page
View Source
Script
Declaration
[DataMember(Name = "script")]
IScript Script { get; set; }
Property Value
|
Edit this page
View Source
TimeZone
Declaration
[DataMember(Name = "time_zone")]
string TimeZone { get; set; }
Property Value
Extension Methods