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