Search Results for

    Show / Hide Table of Contents

    Interface IPipelineAggregation

    Inherited Members
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IPipelineAggregation : IAggregation

    Properties

    | Edit this page View Source

    BucketsPath

    Declaration
    [DataMember(Name = "buckets_path")]
    IBucketsPath BucketsPath { get; set; }
    Property Value
    Type Description
    IBucketsPath
    | Edit this page View Source

    Format

    Declaration
    [DataMember(Name = "format")]
    string Format { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    GapPolicy

    Declaration
    [DataMember(Name = "gap_policy")]
    GapPolicy? GapPolicy { get; set; }
    Property Value
    Type Description
    GapPolicy?

    Extension Methods

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