Class AutoDateHistogramAggregationDescriptor<T>
Inheritance
AutoDateHistogramAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class AutoDateHistogramAggregationDescriptor<T> : BucketAggregationDescriptorBase<AutoDateHistogramAggregationDescriptor<T>, IAutoDateHistogramAggregation, T>, IDescriptor, IAutoDateHistogramAggregation, IBucketAggregation, IAggregation where T : class
Type Parameters
Methods
|
Edit this page
View Source
Buckets(int?)
Declaration
public AutoDateHistogramAggregationDescriptor<T> Buckets(int? buckets)
Parameters
Type |
Name |
Description |
int? |
buckets |
|
Returns
|
Edit this page
View Source
Field(Field)
Declaration
public AutoDateHistogramAggregationDescriptor<T> Field(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Field<TValue>(Expression<Func<T, TValue>>)
Declaration
public AutoDateHistogramAggregationDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> field)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Declaration
public AutoDateHistogramAggregationDescriptor<T> Format(string format)
Parameters
Type |
Name |
Description |
string |
format |
|
Returns
|
Edit this page
View Source
MinimumInterval(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 AutoDateHistogramAggregationDescriptor<T> MinimumInterval(MinimumInterval? minimumInterval)
Parameters
Returns
|
Edit this page
View Source
Missing(DateTime?)
Declaration
public AutoDateHistogramAggregationDescriptor<T> Missing(DateTime? missing)
Parameters
Returns
|
Edit this page
View Source
Offset(string)
Declaration
public AutoDateHistogramAggregationDescriptor<T> Offset(string offset)
Parameters
Type |
Name |
Description |
string |
offset |
|
Returns
|
Edit this page
View Source
Script(Func<ScriptDescriptor, IScript>)
Declaration
public AutoDateHistogramAggregationDescriptor<T> Script(Func<ScriptDescriptor, IScript> scriptSelector)
Parameters
Returns
|
Edit this page
View Source
Script(string)
Declaration
public AutoDateHistogramAggregationDescriptor<T> Script(string script)
Parameters
Type |
Name |
Description |
string |
script |
|
Returns
|
Edit this page
View Source
TimeZone(string)
Declaration
public AutoDateHistogramAggregationDescriptor<T> TimeZone(string timeZone)
Parameters
Type |
Name |
Description |
string |
timeZone |
|
Returns
Implements
Extension Methods