Search Results for

    Show / Hide Table of Contents

    Interface IAutoDateHistogramAggregation

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

    Properties

    | Edit this page View Source

    Buckets

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

    Field

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

    Format

    Declaration
    [DataMember(Name = "format")]
    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
    [DataMember(Name = "minimum_interval")]
    MinimumInterval? MinimumInterval { get; set; }
    Property Value
    Type Description
    MinimumInterval?
    | Edit this page View Source

    Missing

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

    Offset

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

    Params

    Declaration
    [DataMember(Name = "params")]
    IDictionary<string, object> Params { get; set; }
    Property Value
    Type Description
    IDictionary<string, object>
    | Edit this page View Source

    Script

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

    TimeZone

    Declaration
    [DataMember(Name = "time_zone")]
    string TimeZone { get; set; }
    Property Value
    Type Description
    string

    Extension Methods

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