Search Results for

    Show / Hide Table of Contents

    Class HistogramAggregation

    Inheritance
    object
    AggregationBase
    BucketAggregationBase
    HistogramAggregation
    Implements
    IHistogramAggregation
    IBucketAggregation
    IAggregation
    Inherited Members
    BucketAggregationBase.Aggregations
    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 class HistogramAggregation : BucketAggregationBase, IHistogramAggregation, IBucketAggregation, IAggregation

    Constructors

    | Edit this page View Source

    HistogramAggregation(string)

    Declaration
    public HistogramAggregation(string name)
    Parameters
    Type Name Description
    string name

    Properties

    | Edit this page View Source

    ExtendedBounds

    Declaration
    public ExtendedBounds<double> ExtendedBounds { get; set; }
    Property Value
    Type Description
    ExtendedBounds<double>
    | Edit this page View Source

    Field

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

    HardBounds

    Declaration
    public HardBounds<double> HardBounds { get; set; }
    Property Value
    Type Description
    HardBounds<double>
    | Edit this page View Source

    Interval

    Declaration
    public double? Interval { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    MinimumDocumentCount

    Declaration
    public int? MinimumDocumentCount { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Missing

    Declaration
    public double? Missing { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Offset

    Declaration
    public double? Offset { get; set; }
    Property Value
    Type Description
    double?
    | Edit this page View Source

    Order

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

    Script

    Declaration
    public IScript Script { get; set; }
    Property Value
    Type Description
    IScript

    Implements

    IHistogramAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • HistogramAggregation(string)
    • Properties
      • ExtendedBounds
      • Field
      • HardBounds
      • Interval
      • MinimumDocumentCount
      • Missing
      • Offset
      • Order
      • Script
    • Implements
    • Extension Methods
    Back to top Generated by DocFX