public MaxBucketAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public MovingAverageAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public SerialDifferencingAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public CumulativeSumAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public MovingFunctionAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public ExtendedStatsBucketAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public DerivativeAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public PercentilesBucketAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }