Class CompositeBucketAggregate
Aggregation response of CompositeAggregation
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class CompositeBucketAggregate : MultiBucketAggregate<CompositeBucket>, IAggregate
Properties
| Edit this page View SourceAfterKey
The composite key of the last bucket returned in the response before any filtering by pipeline aggregations. If all buckets are filtered/removed by pipeline aggregations, AfterKey will contain the composite key of the last bucket before filtering.
Declaration
public CompositeKey AfterKey { get; set; }
Property Value
Type | Description |
---|---|
CompositeKey |