Esempio n. 1
0
 public AverageBucketAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
Esempio n. 2
0
 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)
 {
 }
Esempio n. 7
0
 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)
 {
 }