Class PipelineAggregationBase
Inheritance
PipelineAggregationBase
Assembly: OpenSearch.Client.dll
Syntax
public abstract class PipelineAggregationBase : AggregationBase, IPipelineAggregation, IAggregation
Constructors
|
Edit this page
View Source
PipelineAggregationBase(string, IBucketsPath)
Declaration
public PipelineAggregationBase(string name, IBucketsPath bucketsPath)
Parameters
Properties
|
Edit this page
View Source
BucketsPath
Declaration
public IBucketsPath BucketsPath { get; set; }
Property Value
|
Edit this page
View Source
Declaration
public string Format { get; set; }
Property Value
|
Edit this page
View Source
GapPolicy
Declaration
public GapPolicy? GapPolicy { get; set; }
Property Value
Implements
Extension Methods