Search Results for

    Show / Hide Table of Contents

    Class PipelineAggregationBase

    Inheritance
    object
    AggregationBase
    PipelineAggregationBase
    AverageBucketAggregation
    BucketScriptAggregation
    BucketSelectorAggregation
    CumulativeSumAggregation
    DerivativeAggregation
    ExtendedStatsBucketAggregation
    MaxBucketAggregation
    MinBucketAggregation
    MovingAverageAggregation
    MovingFunctionAggregation
    PercentilesBucketAggregation
    SerialDifferencingAggregation
    StatsBucketAggregation
    SumBucketAggregation
    Implements
    IPipelineAggregation
    IAggregation
    Inherited Members
    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 abstract class PipelineAggregationBase : AggregationBase, IPipelineAggregation, IAggregation

    Constructors

    | Edit this page View Source

    PipelineAggregationBase(string, IBucketsPath)

    Declaration
    public PipelineAggregationBase(string name, IBucketsPath bucketsPath)
    Parameters
    Type Name Description
    string name
    IBucketsPath bucketsPath

    Properties

    | Edit this page View Source

    BucketsPath

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

    Format

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

    GapPolicy

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

    Implements

    IPipelineAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • PipelineAggregationBase(string, IBucketsPath)
    • Properties
      • BucketsPath
      • Format
      • GapPolicy
    • Implements
    • Extension Methods
    Back to top Generated by DocFX