Class VariableWidthHistogramAggregation
Inheritance
VariableWidthHistogramAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class VariableWidthHistogramAggregation : BucketAggregationBase, IVariableWidthHistogramAggregation, IBucketAggregation, IAggregation
Constructors
|
Edit this page
View Source
VariableWidthHistogramAggregation(string)
Declaration
public VariableWidthHistogramAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
Buckets
Declaration
public int? Buckets { get; set; }
Property Value
|
Edit this page
View Source
Field
Declaration
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
InitialBuffer
Declaration
public int? InitialBuffer { get; set; }
Property Value
|
Edit this page
View Source
ShardSize
Declaration
public int? ShardSize { get; set; }
Property Value
Implements
Extension Methods