Search Results for

    Show / Hide Table of Contents

    Class MovingFunctionAggregation

    Inheritance
    object
    AggregationBase
    PipelineAggregationBase
    MovingFunctionAggregation
    Implements
    IMovingFunctionAggregation
    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 MovingFunctionAggregation : PipelineAggregationBase, IMovingFunctionAggregation, IPipelineAggregation, IAggregation

    Constructors

    | Edit this page View Source

    MovingFunctionAggregation(string, SingleBucketsPath)

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

    Properties

    | Edit this page View Source

    Script

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

    Shift

    Declaration
    public int? Shift { 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

    IMovingFunctionAggregation
    IPipelineAggregation
    IAggregation

    Extension Methods

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