Interface IPipelineAggregation
Assembly: OpenSearch.Client.dll
Syntax
public interface IPipelineAggregation : IAggregation
Properties
|
Edit this page
View Source
BucketsPath
Declaration
[DataMember(Name = "buckets_path")]
IBucketsPath BucketsPath { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[DataMember(Name = "format")]
string Format { get; set; }
Property Value
|
Edit this page
View Source
GapPolicy
Declaration
[DataMember(Name = "gap_policy")]
GapPolicy? GapPolicy { get; set; }
Property Value
Extension Methods