Class MovingFunctionAggregationDescriptor
Inheritance
MovingFunctionAggregationDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class MovingFunctionAggregationDescriptor : PipelineAggregationDescriptorBase<MovingFunctionAggregationDescriptor, IMovingFunctionAggregation, SingleBucketsPath>, IDescriptor, IMovingFunctionAggregation, IPipelineAggregation, IAggregation
Methods
|
Edit this page
View Source
Script(string)
Declaration
public MovingFunctionAggregationDescriptor Script(string script)
Parameters
Type |
Name |
Description |
string |
script |
|
Returns
|
Edit this page
View Source
Shift(int?)
Declaration
public MovingFunctionAggregationDescriptor Shift(int? shift)
Parameters
Type |
Name |
Description |
int? |
shift |
|
Returns
|
Edit this page
View Source
Window(int?)
Declaration
public MovingFunctionAggregationDescriptor Window(int? windowSize)
Parameters
Type |
Name |
Description |
int? |
windowSize |
|
Returns
Implements
Extension Methods