Search Results for

    Show / Hide Table of Contents

    Class HistogramAggregationDescriptor<T>

    Inheritance
    object
    BucketAggregationDescriptorBase<HistogramAggregationDescriptor<T>, IHistogramAggregation, T>
    HistogramAggregationDescriptor<T>
    Implements
    IDescriptor
    IHistogramAggregation
    IBucketAggregation
    IAggregation
    Inherited Members
    BucketAggregationDescriptorBase<HistogramAggregationDescriptor<T>, IHistogramAggregation, T>.Self
    BucketAggregationDescriptorBase<HistogramAggregationDescriptor<T>, IHistogramAggregation, T>.Assign<TValue>(TValue, Action<IHistogramAggregation, TValue>)
    BucketAggregationDescriptorBase<HistogramAggregationDescriptor<T>, IHistogramAggregation, T>.Aggregations(Func<AggregationContainerDescriptor<T>, IAggregationContainer>)
    BucketAggregationDescriptorBase<HistogramAggregationDescriptor<T>, IHistogramAggregation, T>.Aggregations(AggregationDictionary)
    BucketAggregationDescriptorBase<HistogramAggregationDescriptor<T>, IHistogramAggregation, T>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    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 HistogramAggregationDescriptor<T> : BucketAggregationDescriptorBase<HistogramAggregationDescriptor<T>, IHistogramAggregation, T>, IDescriptor, IHistogramAggregation, IBucketAggregation, IAggregation where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    ExtendedBounds(double, double)

    Declaration
    public HistogramAggregationDescriptor<T> ExtendedBounds(double min, double max)
    Parameters
    Type Name Description
    double min
    double max
    Returns
    Type Description
    HistogramAggregationDescriptor<T>
    | Edit this page View Source

    Field(Field)

    Declaration
    public HistogramAggregationDescriptor<T> Field(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    HistogramAggregationDescriptor<T>
    | Edit this page View Source

    Field<TValue>(Expression<Func<T, TValue>>)

    Declaration
    public HistogramAggregationDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> field)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> field
    Returns
    Type Description
    HistogramAggregationDescriptor<T>
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    HardBounds(double, double)

    Declaration
    public HistogramAggregationDescriptor<T> HardBounds(double min, double max)
    Parameters
    Type Name Description
    double min
    double max
    Returns
    Type Description
    HistogramAggregationDescriptor<T>
    | Edit this page View Source

    Interval(double?)

    Declaration
    public HistogramAggregationDescriptor<T> Interval(double? interval)
    Parameters
    Type Name Description
    double? interval
    Returns
    Type Description
    HistogramAggregationDescriptor<T>
    | Edit this page View Source

    MinimumDocumentCount(int?)

    Declaration
    public HistogramAggregationDescriptor<T> MinimumDocumentCount(int? minimumDocumentCount)
    Parameters
    Type Name Description
    int? minimumDocumentCount
    Returns
    Type Description
    HistogramAggregationDescriptor<T>
    | Edit this page View Source

    Missing(double?)

    Declaration
    public HistogramAggregationDescriptor<T> Missing(double? missing)
    Parameters
    Type Name Description
    double? missing
    Returns
    Type Description
    HistogramAggregationDescriptor<T>
    | Edit this page View Source

    Offset(double?)

    Declaration
    public HistogramAggregationDescriptor<T> Offset(double? offset)
    Parameters
    Type Name Description
    double? offset
    Returns
    Type Description
    HistogramAggregationDescriptor<T>
    | Edit this page View Source

    Order(HistogramOrder)

    Declaration
    public HistogramAggregationDescriptor<T> Order(HistogramOrder order)
    Parameters
    Type Name Description
    HistogramOrder order
    Returns
    Type Description
    HistogramAggregationDescriptor<T>
    | Edit this page View Source

    OrderAscending(string)

    Declaration
    public HistogramAggregationDescriptor<T> OrderAscending(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    HistogramAggregationDescriptor<T>
    | Edit this page View Source

    OrderDescending(string)

    Declaration
    public HistogramAggregationDescriptor<T> OrderDescending(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    HistogramAggregationDescriptor<T>
    | Edit this page View Source

    Script(Func<ScriptDescriptor, IScript>)

    Declaration
    public HistogramAggregationDescriptor<T> Script(Func<ScriptDescriptor, IScript> scriptSelector)
    Parameters
    Type Name Description
    Func<ScriptDescriptor, IScript> scriptSelector
    Returns
    Type Description
    HistogramAggregationDescriptor<T>
    | Edit this page View Source

    Script(string)

    Declaration
    public HistogramAggregationDescriptor<T> Script(string script)
    Parameters
    Type Name Description
    string script
    Returns
    Type Description
    HistogramAggregationDescriptor<T>

    Implements

    IDescriptor
    IHistogramAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • ExtendedBounds(double, double)
      • Field(Field)
      • Field<TValue>(Expression<Func<T, TValue>>)
      • HardBounds(double, double)
      • Interval(double?)
      • MinimumDocumentCount(int?)
      • Missing(double?)
      • Offset(double?)
      • Order(HistogramOrder)
      • OrderAscending(string)
      • OrderDescending(string)
      • Script(Func<ScriptDescriptor, IScript>)
      • Script(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX