Class MovingAverageAggregation
Inheritance
MovingAverageAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class MovingAverageAggregation : PipelineAggregationBase, IMovingAverageAggregation, IPipelineAggregation, IAggregation
Constructors
|
Edit this page
View Source
MovingAverageAggregation(string, SingleBucketsPath)
Declaration
public MovingAverageAggregation(string name, SingleBucketsPath bucketsPath)
Parameters
Properties
|
Edit this page
View Source
Minimize
Declaration
public bool? Minimize { get; set; }
Property Value
|
Edit this page
View Source
Model
Declaration
public IMovingAverageModel Model { get; set; }
Property Value
|
Edit this page
View Source
Predict
Declaration
public int? Predict { get; set; }
Property Value
|
Edit this page
View Source
Window
Declaration
public int? Window { get; set; }
Property Value
Implements
Extension Methods