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