Class BucketAggregationBase
Inheritance
BucketAggregationBase
Assembly: OpenSearch.Client.dll
Syntax
public abstract class BucketAggregationBase : AggregationBase, IBucketAggregation, IAggregation
Constructors
|
Edit this page
View Source
BucketAggregationBase(string)
Declaration
protected BucketAggregationBase(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
Aggregations
Declaration
public AggregationDictionary Aggregations { get; set; }
Property Value
Implements
Extension Methods