Search Results for

    Show / Hide Table of Contents

    Interface IIpRangeAggregation

    Inherited Members
    IBucketAggregation.Aggregations
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IIpRangeAggregation : 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<IIpRangeAggregationRange> Ranges { get; set; }
    Property Value
    Type Description
    IEnumerable<IIpRangeAggregationRange>

    Extension Methods

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