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