Search Results for

    Show / Hide Table of Contents

    Class DateRangeAggregation

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

    Constructors

    | Edit this page View Source

    DateRangeAggregation(string)

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

    Properties

    | 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

    Missing

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

    Ranges

    Declaration
    public IEnumerable<IDateRangeExpression> Ranges { get; set; }
    Property Value
    Type Description
    IEnumerable<IDateRangeExpression>
    | Edit this page View Source

    TimeZone

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

    Implements

    IDateRangeAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • DateRangeAggregation(string)
    • Properties
      • Field
      • Format
      • Missing
      • Ranges
      • TimeZone
    • Implements
    • Extension Methods
    Back to top Generated by DocFX