Class BucketScriptAggregationDescriptor
Inheritance
BucketScriptAggregationDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class BucketScriptAggregationDescriptor : PipelineAggregationDescriptorBase<BucketScriptAggregationDescriptor, IBucketScriptAggregation, MultiBucketsPath>, IDescriptor, IBucketScriptAggregation, IPipelineAggregation, IAggregation
Methods
|
Edit this page
View Source
BucketsPath(Func<MultiBucketsPathDescriptor, IPromise<IBucketsPath>>)
Declaration
public BucketScriptAggregationDescriptor BucketsPath(Func<MultiBucketsPathDescriptor, IPromise<IBucketsPath>> selector)
Parameters
Returns
|
Edit this page
View Source
Script(Func<ScriptDescriptor, IScript>)
Declaration
public BucketScriptAggregationDescriptor Script(Func<ScriptDescriptor, IScript> scriptSelector)
Parameters
Returns
|
Edit this page
View Source
Script(string)
Declaration
public BucketScriptAggregationDescriptor Script(string script)
Parameters
Type |
Name |
Description |
string |
script |
|
Returns
Implements
Extension Methods