Search Results for

    Show / Hide Table of Contents

    Interface IMovingAverageAggregation

    Inherited Members
    IPipelineAggregation.BucketsPath
    IPipelineAggregation.Format
    IPipelineAggregation.GapPolicy
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IMovingAverageAggregation : IPipelineAggregation, IAggregation

    Properties

    | Edit this page View Source

    Minimize

    Declaration
    [DataMember(Name = "minimize")]
    bool? Minimize { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Model

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

    Predict

    Declaration
    [DataMember(Name = "predict")]
    int? Predict { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Window

    Declaration
    [DataMember(Name = "window")]
    int? Window { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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