public AverageBucketAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public MovingFunctionAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public DerivativeAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public ExtendedStatsBucketAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public CumulativeSumAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public MovingPercentilesAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public NormalizeAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public CumulativeCardinalityAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }
public SerialDifferencingAggregation(string name, SingleBucketsPath bucketsPath) : base(name, bucketsPath) { }