Search Results for

    Show / Hide Table of Contents

    Class MovingAverageAggregation

    Inheritance
    object
    AggregationBase
    PipelineAggregationBase
    MovingAverageAggregation
    Implements
    IMovingAverageAggregation
    IPipelineAggregation
    IAggregation
    Inherited Members
    PipelineAggregationBase.BucketsPath
    PipelineAggregationBase.Format
    PipelineAggregationBase.GapPolicy
    AggregationBase.Meta
    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 MovingAverageAggregation : PipelineAggregationBase, IMovingAverageAggregation, IPipelineAggregation, IAggregation

    Constructors

    | Edit this page View Source

    MovingAverageAggregation(string, SingleBucketsPath)

    Declaration
    public MovingAverageAggregation(string name, SingleBucketsPath bucketsPath)
    Parameters
    Type Name Description
    string name
    SingleBucketsPath bucketsPath

    Properties

    | Edit this page View Source

    Minimize

    Declaration
    public bool? Minimize { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Model

    Declaration
    public IMovingAverageModel Model { get; set; }
    Property Value
    Type Description
    IMovingAverageModel
    | Edit this page View Source

    Predict

    Declaration
    public int? Predict { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Window

    Declaration
    public int? Window { get; set; }
    Property Value
    Type Description
    int?

    Implements

    IMovingAverageAggregation
    IPipelineAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • MovingAverageAggregation(string, SingleBucketsPath)
    • Properties
      • Minimize
      • Model
      • Predict
      • Window
    • Implements
    • Extension Methods
    Back to top Generated by DocFX