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