Class VariableWidthHistogramAggregationDescriptor<T>
Inheritance
VariableWidthHistogramAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class VariableWidthHistogramAggregationDescriptor<T> : BucketAggregationDescriptorBase<VariableWidthHistogramAggregationDescriptor<T>, IVariableWidthHistogramAggregation, T>, IDescriptor, IVariableWidthHistogramAggregation, IBucketAggregation, IAggregation where T : class
Type Parameters
Methods
|
Edit this page
View Source
Buckets(int?)
Declaration
public VariableWidthHistogramAggregationDescriptor<T> Buckets(int? buckets)
Parameters
Type |
Name |
Description |
int? |
buckets |
|
Returns
|
Edit this page
View Source
Field(Field)
Declaration
public VariableWidthHistogramAggregationDescriptor<T> Field(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Field<TValue>(Expression<Func<T, TValue>>)
Declaration
public VariableWidthHistogramAggregationDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> field)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
InitialBuffer(int?)
Declaration
public VariableWidthHistogramAggregationDescriptor<T> InitialBuffer(int? initialBuffer)
Parameters
Type |
Name |
Description |
int? |
initialBuffer |
|
Returns
|
Edit this page
View Source
ShardSize(int?)
Declaration
public VariableWidthHistogramAggregationDescriptor<T> ShardSize(int? shardSize)
Parameters
Type |
Name |
Description |
int? |
shardSize |
|
Returns
Implements
Extension Methods