Class BucketScriptAggregation
Inheritance
BucketScriptAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class BucketScriptAggregation : PipelineAggregationBase, IBucketScriptAggregation, IPipelineAggregation, IAggregation
Constructors
|
Edit this page
View Source
BucketScriptAggregation(string, MultiBucketsPath)
Declaration
public BucketScriptAggregation(string name, MultiBucketsPath bucketsPath)
Parameters
Properties
|
Edit this page
View Source
Script
Declaration
public IScript Script { get; set; }
Property Value
Implements
Extension Methods