Search Results for

    Show / Hide Table of Contents

    Class AutoDateHistogramAggregationDescriptor<T>

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

    Methods

    | Edit this page View Source

    Buckets(int?)

    Declaration
    public AutoDateHistogramAggregationDescriptor<T> Buckets(int? buckets)
    Parameters
    Type Name Description
    int? buckets
    Returns
    Type Description
    AutoDateHistogramAggregationDescriptor<T>
    | Edit this page View Source

    Field(Field)

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

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

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

    Format(string)

    Declaration
    public AutoDateHistogramAggregationDescriptor<T> Format(string format)
    Parameters
    Type Name Description
    string format
    Returns
    Type Description
    AutoDateHistogramAggregationDescriptor<T>
    | Edit this page View Source

    MinimumInterval(MinimumInterval?)

    Specify the minimum rounding interval that should be used. This can make the collection process more efficient, as the aggregation will not attempt to round at any interval lower than this.

    Declaration
    public AutoDateHistogramAggregationDescriptor<T> MinimumInterval(MinimumInterval? minimumInterval)
    Parameters
    Type Name Description
    MinimumInterval? minimumInterval
    Returns
    Type Description
    AutoDateHistogramAggregationDescriptor<T>
    | Edit this page View Source

    Missing(DateTime?)

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

    Offset(string)

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

    Script(Func<ScriptDescriptor, IScript>)

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

    Script(string)

    Declaration
    public AutoDateHistogramAggregationDescriptor<T> Script(string script)
    Parameters
    Type Name Description
    string script
    Returns
    Type Description
    AutoDateHistogramAggregationDescriptor<T>
    | Edit this page View Source

    TimeZone(string)

    Declaration
    public AutoDateHistogramAggregationDescriptor<T> TimeZone(string timeZone)
    Parameters
    Type Name Description
    string timeZone
    Returns
    Type Description
    AutoDateHistogramAggregationDescriptor<T>

    Implements

    IDescriptor
    IAutoDateHistogramAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Buckets(int?)
      • Field(Field)
      • Field<TValue>(Expression<Func<T, TValue>>)
      • Format(string)
      • MinimumInterval(MinimumInterval?)
      • Missing(DateTime?)
      • Offset(string)
      • Script(Func<ScriptDescriptor, IScript>)
      • Script(string)
      • TimeZone(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX