Class MultiBucketAggregate<TBucket>
Aggregation response for a bucket aggregation
Inheritance
MultiBucketAggregate<TBucket>
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class MultiBucketAggregate<TBucket> : IAggregate where TBucket : IBucket
Type Parameters
Name | Description |
---|---|
TBucket |
Properties
| Edit this page View SourceBuckets
The buckets into which results are grouped
Declaration
public IReadOnlyCollection<TBucket> Buckets { get; set; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<TBucket> |
Meta
Metadata for the aggregation
Declaration
public IReadOnlyDictionary<string, object> Meta { get; set; }
Property Value
Type | Description |
---|---|
IReadOnlyDictionary<string, object> |