Class RangeAggregationDescriptor<T>
Inheritance
RangeAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class RangeAggregationDescriptor<T> : BucketAggregationDescriptorBase<RangeAggregationDescriptor<T>, IRangeAggregation, T>, IDescriptor, IRangeAggregation, IBucketAggregation, IAggregation where T : class
Type Parameters
Methods
|
Edit this page
View Source
Field(Field)
Declaration
public RangeAggregationDescriptor<T> Field(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Field<TValue>(Expression<Func<T, TValue>>)
Declaration
public RangeAggregationDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> field)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Ranges(params Func<AggregationRangeDescriptor, IAggregationRange>[])
Declaration
public RangeAggregationDescriptor<T> Ranges(params Func<AggregationRangeDescriptor, IAggregationRange>[] ranges)
Parameters
Returns
|
Edit this page
View Source
Script(Func<ScriptDescriptor, IScript>)
Declaration
public RangeAggregationDescriptor<T> Script(Func<ScriptDescriptor, IScript> scriptSelector)
Parameters
Returns
|
Edit this page
View Source
Script(string)
Declaration
public RangeAggregationDescriptor<T> Script(string script)
Parameters
Type |
Name |
Description |
string |
script |
|
Returns
Implements
Extension Methods