Interface IMovingAverageAggregation
Assembly: OpenSearch.Client.dll
Syntax
public interface IMovingAverageAggregation : IPipelineAggregation, IAggregation
Properties
|
Edit this page
View Source
Minimize
Declaration
[DataMember(Name = "minimize")]
bool? Minimize { get; set; }
Property Value
|
Edit this page
View Source
Model
Declaration
IMovingAverageModel Model { get; set; }
Property Value
|
Edit this page
View Source
Predict
Declaration
[DataMember(Name = "predict")]
int? Predict { get; set; }
Property Value
|
Edit this page
View Source
Window
Declaration
[DataMember(Name = "window")]
int? Window { get; set; }
Property Value
Extension Methods