Search Results for

    Show / Hide Table of Contents

    Interface IHistogramAggregation

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

    Properties

    | Edit this page View Source

    ExtendedBounds

    Declaration
    [DataMember(Name = "extended_bounds")]
    ExtendedBounds<double> ExtendedBounds { get; set; }
    Property Value
    Type Description
    ExtendedBounds<double>
    | Edit this page View Source

    Field

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

    HardBounds

    Declaration
    [DataMember(Name = "hard_bounds")]
    HardBounds<double> HardBounds { get; set; }
    Property Value
    Type Description
    HardBounds<double>
    | Edit this page View Source

    Interval

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

    MinimumDocumentCount

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

    Missing

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

    Offset

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

    Order

    Declaration
    [DataMember(Name = "order")]
    HistogramOrder Order { get; set; }
    Property Value
    Type Description
    HistogramOrder
    | 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
      • ExtendedBounds
      • Field
      • HardBounds
      • Interval
      • MinimumDocumentCount
      • Missing
      • Offset
      • Order
      • Script
    • Extension Methods
    Back to top Generated by DocFX