Class BucketAggregateBase
Inheritance
BucketAggregateBase
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public abstract class BucketAggregateBase : AggregateDictionary, IIsAReadOnlyDictionary<string, IAggregate>, IReadOnlyDictionary<string, IAggregate>, IReadOnlyCollection<KeyValuePair<string, IAggregate>>, IEnumerable<KeyValuePair<string, IAggregate>>, IEnumerable, IIsAReadOnlyDictionary, IAggregate
Constructors
| Edit this page View SourceBucketAggregateBase(IReadOnlyDictionary<string, IAggregate>)
Declaration
protected BucketAggregateBase(IReadOnlyDictionary<string, IAggregate> aggregations)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyDictionary<string, IAggregate> | aggregations |
Properties
| Edit this page View SourceMeta
Metadata for the aggregation
Declaration
public IReadOnlyDictionary<string, object> Meta { get; set; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, object> |