コード例 #1
0
 public CumulativeSumAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
コード例 #2
0
 public SerialDifferencingAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
コード例 #3
0
 public AverageBucketAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
コード例 #4
0
 public DerivativeAggregation(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 MovingPercentilesAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
コード例 #8
0
 public NormalizeAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }
コード例 #9
0
 public CumulativeCardinalityAggregation(string name, SingleBucketsPath bucketsPath)
     : base(name, bucketsPath)
 {
 }