Class HistogramAggregationDescriptor<T>
Inheritance
HistogramAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class HistogramAggregationDescriptor<T> : BucketAggregationDescriptorBase<HistogramAggregationDescriptor<T>, IHistogramAggregation, T>, IDescriptor, IHistogramAggregation, IBucketAggregation, IAggregation where T : class
Type Parameters
Methods
|
Edit this page
View Source
ExtendedBounds(double, double)
Declaration
public HistogramAggregationDescriptor<T> ExtendedBounds(double min, double max)
Parameters
Returns
|
Edit this page
View Source
Field(Field)
Declaration
public HistogramAggregationDescriptor<T> Field(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Field<TValue>(Expression<Func<T, TValue>>)
Declaration
public HistogramAggregationDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> field)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
HardBounds(double, double)
Declaration
public HistogramAggregationDescriptor<T> HardBounds(double min, double max)
Parameters
Returns
|
Edit this page
View Source
Interval(double?)
Declaration
public HistogramAggregationDescriptor<T> Interval(double? interval)
Parameters
Type |
Name |
Description |
double? |
interval |
|
Returns
|
Edit this page
View Source
MinimumDocumentCount(int?)
Declaration
public HistogramAggregationDescriptor<T> MinimumDocumentCount(int? minimumDocumentCount)
Parameters
Type |
Name |
Description |
int? |
minimumDocumentCount |
|
Returns
|
Edit this page
View Source
Missing(double?)
Declaration
public HistogramAggregationDescriptor<T> Missing(double? missing)
Parameters
Type |
Name |
Description |
double? |
missing |
|
Returns
|
Edit this page
View Source
Offset(double?)
Declaration
public HistogramAggregationDescriptor<T> Offset(double? offset)
Parameters
Type |
Name |
Description |
double? |
offset |
|
Returns
|
Edit this page
View Source
Order(HistogramOrder)
Declaration
public HistogramAggregationDescriptor<T> Order(HistogramOrder order)
Parameters
Returns
|
Edit this page
View Source
OrderAscending(string)
Declaration
public HistogramAggregationDescriptor<T> OrderAscending(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
OrderDescending(string)
Declaration
public HistogramAggregationDescriptor<T> OrderDescending(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
Script(Func<ScriptDescriptor, IScript>)
Declaration
public HistogramAggregationDescriptor<T> Script(Func<ScriptDescriptor, IScript> scriptSelector)
Parameters
Returns
|
Edit this page
View Source
Script(string)
Declaration
public HistogramAggregationDescriptor<T> Script(string script)
Parameters
Type |
Name |
Description |
string |
script |
|
Returns
Implements
Extension Methods