Search Results for

    Show / Hide Table of Contents

    Class AutoDateHistogramAggregation

    Inheritance
    object
    AggregationBase
    BucketAggregationBase
    AutoDateHistogramAggregation
    Implements
    IAutoDateHistogramAggregation
    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 AutoDateHistogramAggregation : BucketAggregationBase, IAutoDateHistogramAggregation, IBucketAggregation, IAggregation

    Constructors

    | Edit this page View Source

    AutoDateHistogramAggregation(string)

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

    Properties

    | Edit this page View Source

    Buckets

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

    Field

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

    Format

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

    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 MinimumInterval? MinimumInterval { get; set; }
    Property Value
    Type Description
    MinimumInterval?
    | Edit this page View Source

    Missing

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

    Offset

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

    Params

    Declaration
    public IDictionary<string, object> Params { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    | Edit this page View Source

    Script

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

    TimeZone

    Declaration
    public string TimeZone { get; set; }
    Property Value
    Type Description
    string

    Implements

    IAutoDateHistogramAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • AutoDateHistogramAggregation(string)
    • Properties
      • Buckets
      • Field
      • Format
      • MinimumInterval
      • Missing
      • Offset
      • Params
      • Script
      • TimeZone
    • Implements
    • Extension Methods
    Back to top Generated by DocFX