Search Results for

    Show / Hide Table of Contents

    Class MovingAverageAggregationDescriptor

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

    Methods

    | Edit this page View Source

    Minimize(bool?)

    Declaration
    public MovingAverageAggregationDescriptor Minimize(bool? minimize = true)
    Parameters
    Type Name Description
    bool? minimize
    Returns
    Type Description
    MovingAverageAggregationDescriptor
    | Edit this page View Source

    Model(Func<MovingAverageModelDescriptor, IMovingAverageModel>)

    Declaration
    public MovingAverageAggregationDescriptor Model(Func<MovingAverageModelDescriptor, IMovingAverageModel> modelSelector)
    Parameters
    Type Name Description
    Func<MovingAverageModelDescriptor, IMovingAverageModel> modelSelector
    Returns
    Type Description
    MovingAverageAggregationDescriptor
    | Edit this page View Source

    Predict(int?)

    Declaration
    public MovingAverageAggregationDescriptor Predict(int? predict)
    Parameters
    Type Name Description
    int? predict
    Returns
    Type Description
    MovingAverageAggregationDescriptor
    | Edit this page View Source

    Window(int?)

    Declaration
    public MovingAverageAggregationDescriptor Window(int? window)
    Parameters
    Type Name Description
    int? window
    Returns
    Type Description
    MovingAverageAggregationDescriptor

    Implements

    IDescriptor
    IMovingAverageAggregation
    IPipelineAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Minimize(bool?)
      • Model(Func<MovingAverageModelDescriptor, IMovingAverageModel>)
      • Predict(int?)
      • Window(int?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX