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