Interface IMovingFunctionAggregation
Assembly: OpenSearch.Client.dll
Syntax
public interface IMovingFunctionAggregation : IPipelineAggregation, IAggregation
Properties
|
Edit this page
View Source
Script
Declaration
[DataMember(Name = "script")]
string Script { get; set; }
Property Value
|
Edit this page
View Source
Shift
Declaration
[DataMember(Name = "shift")]
int? Shift { get; set; }
Property Value
|
Edit this page
View Source
Window
Declaration
[DataMember(Name = "window")]
int? Window { get; set; }
Property Value
Extension Methods