Search Results for

    Show / Hide Table of Contents

    Class MovingFunctionAggregationDescriptor

    Inheritance
    object
    DescriptorBase<MovingFunctionAggregationDescriptor, IMovingFunctionAggregation>
    PipelineAggregationDescriptorBase<MovingFunctionAggregationDescriptor, IMovingFunctionAggregation, SingleBucketsPath>
    MovingFunctionAggregationDescriptor
    Implements
    IDescriptor
    IMovingFunctionAggregation
    IPipelineAggregation
    IAggregation
    Inherited Members
    PipelineAggregationDescriptorBase<MovingFunctionAggregationDescriptor, IMovingFunctionAggregation, SingleBucketsPath>.Format(string)
    PipelineAggregationDescriptorBase<MovingFunctionAggregationDescriptor, IMovingFunctionAggregation, SingleBucketsPath>.GapPolicy(GapPolicy?)
    PipelineAggregationDescriptorBase<MovingFunctionAggregationDescriptor, IMovingFunctionAggregation, SingleBucketsPath>.BucketsPath(SingleBucketsPath)
    PipelineAggregationDescriptorBase<MovingFunctionAggregationDescriptor, IMovingFunctionAggregation, SingleBucketsPath>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    DescriptorBase<MovingFunctionAggregationDescriptor, IMovingFunctionAggregation>.Self
    DescriptorBase<MovingFunctionAggregationDescriptor, IMovingFunctionAggregation>.Assign<TValue>(TValue, Action<IMovingFunctionAggregation, 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 MovingFunctionAggregationDescriptor : PipelineAggregationDescriptorBase<MovingFunctionAggregationDescriptor, IMovingFunctionAggregation, SingleBucketsPath>, IDescriptor, IMovingFunctionAggregation, IPipelineAggregation, IAggregation

    Methods

    | Edit this page View Source

    Script(string)

    Declaration
    public MovingFunctionAggregationDescriptor Script(string script)
    Parameters
    Type Name Description
    string script
    Returns
    Type Description
    MovingFunctionAggregationDescriptor
    | Edit this page View Source

    Shift(int?)

    Declaration
    public MovingFunctionAggregationDescriptor Shift(int? shift)
    Parameters
    Type Name Description
    int? shift
    Returns
    Type Description
    MovingFunctionAggregationDescriptor
    | Edit this page View Source

    Window(int?)

    Declaration
    public MovingFunctionAggregationDescriptor Window(int? windowSize)
    Parameters
    Type Name Description
    int? windowSize
    Returns
    Type Description
    MovingFunctionAggregationDescriptor

    Implements

    IDescriptor
    IMovingFunctionAggregation
    IPipelineAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Script(string)
      • Shift(int?)
      • Window(int?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX