Search Results for

    Show / Hide Table of Contents

    Class BucketScriptAggregationDescriptor

    Inheritance
    object
    DescriptorBase<BucketScriptAggregationDescriptor, IBucketScriptAggregation>
    PipelineAggregationDescriptorBase<BucketScriptAggregationDescriptor, IBucketScriptAggregation, MultiBucketsPath>
    BucketScriptAggregationDescriptor
    Implements
    IDescriptor
    IBucketScriptAggregation
    IPipelineAggregation
    IAggregation
    Inherited Members
    PipelineAggregationDescriptorBase<BucketScriptAggregationDescriptor, IBucketScriptAggregation, MultiBucketsPath>.Format(string)
    PipelineAggregationDescriptorBase<BucketScriptAggregationDescriptor, IBucketScriptAggregation, MultiBucketsPath>.GapPolicy(GapPolicy?)
    PipelineAggregationDescriptorBase<BucketScriptAggregationDescriptor, IBucketScriptAggregation, MultiBucketsPath>.BucketsPath(MultiBucketsPath)
    PipelineAggregationDescriptorBase<BucketScriptAggregationDescriptor, IBucketScriptAggregation, MultiBucketsPath>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    DescriptorBase<BucketScriptAggregationDescriptor, IBucketScriptAggregation>.Self
    DescriptorBase<BucketScriptAggregationDescriptor, IBucketScriptAggregation>.Assign<TValue>(TValue, Action<IBucketScriptAggregation, TValue>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Name Description
    Func<MultiBucketsPathDescriptor, IPromise<IBucketsPath>> selector
    Returns
    Type Description
    BucketScriptAggregationDescriptor
    | Edit this page View Source

    Script(Func<ScriptDescriptor, IScript>)

    Declaration
    public BucketScriptAggregationDescriptor Script(Func<ScriptDescriptor, IScript> scriptSelector)
    Parameters
    Type Name Description
    Func<ScriptDescriptor, IScript> scriptSelector
    Returns
    Type Description
    BucketScriptAggregationDescriptor
    | Edit this page View Source

    Script(string)

    Declaration
    public BucketScriptAggregationDescriptor Script(string script)
    Parameters
    Type Name Description
    string script
    Returns
    Type Description
    BucketScriptAggregationDescriptor

    Implements

    IDescriptor
    IBucketScriptAggregation
    IPipelineAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • BucketsPath(Func<MultiBucketsPathDescriptor, IPromise<IBucketsPath>>)
      • Script(Func<ScriptDescriptor, IScript>)
      • Script(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX