Search Results for

    Show / Hide Table of Contents

    Interface IDateRangeAggregation

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

    Properties

    | 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

    Missing

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

    Ranges

    Declaration
    [DataMember(Name = "ranges")]
    IEnumerable<IDateRangeExpression> Ranges { get; set; }
    Property Value
    Type Description
    IEnumerable<IDateRangeExpression>
    | 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
      • Field
      • Format
      • Missing
      • Ranges
      • TimeZone
    • Extension Methods
    Back to top Generated by DocFX