Search Results for

    Show / Hide Table of Contents

    Interface IRangeAggregation

    Inherited Members
    IBucketAggregation.Aggregations
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IRangeAggregation : IBucketAggregation, IAggregation

    Properties

    | Edit this page View Source

    Field

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

    Ranges

    Declaration
    [DataMember(Name = "ranges")]
    IEnumerable<IAggregationRange> Ranges { get; set; }
    Property Value
    Type Description
    IEnumerable<IAggregationRange>
    | Edit this page View Source

    Script

    Declaration
    [DataMember(Name = "script")]
    IScript Script { get; set; }
    Property Value
    Type Description
    IScript

    Extension Methods

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