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

@JsonpDeserializable public class BucketsPath extends Object implements TaggedUnion<BucketsPath.Kind,Object>, JsonpSerializable
Buckets path can be expressed in different ways, and an aggregation may accept some or all of these forms depending on its type. Please refer to each aggregation's documentation to know what buckets path forms they accept.
See Also: