Esempio n. 1
0
 public MaxBucketAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
Esempio n. 2
0
 public MovingAverageAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
Esempio n. 3
0
 public SerialDifferencingAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
Esempio n. 4
0
 public CumulativeSumAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
Esempio n. 5
0
 public MovingFunctionAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
Esempio n. 6
0
 public ExtendedStatsBucketAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
Esempio n. 7
0
 public DerivativeAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
Esempio n. 8
0
 public PercentilesBucketAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }