java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.Buckets<TBucket>
All Implemented Interfaces:
JsonpSerializable, TaggedUnion<Buckets.Kind,Object>

public class Buckets<TBucket> extends Object implements TaggedUnion<Buckets.Kind,Object>, JsonpSerializable
Aggregation buckets. By default they are returned as an array, but if the aggregation has keys configured for the different buckets, the result is a dictionary.
See Also: