Search Results for

    Show / Hide Table of Contents

    Class DateRangeAggregationDescriptor<T>

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

    Methods

    | Edit this page View Source

    Field(Field)

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

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

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

    Format(string)

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

    Missing(object)

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

    Ranges(params IDateRangeExpression[])

    Declaration
    public DateRangeAggregationDescriptor<T> Ranges(params IDateRangeExpression[] ranges)
    Parameters
    Type Name Description
    IDateRangeExpression[] ranges
    Returns
    Type Description
    DateRangeAggregationDescriptor<T>
    | Edit this page View Source

    Ranges(IEnumerable<Func<DateRangeExpressionDescriptor, IDateRangeExpression>>)

    Declaration
    public DateRangeAggregationDescriptor<T> Ranges(IEnumerable<Func<DateRangeExpressionDescriptor, IDateRangeExpression>> ranges)
    Parameters
    Type Name Description
    IEnumerable<Func<DateRangeExpressionDescriptor, IDateRangeExpression>> ranges
    Returns
    Type Description
    DateRangeAggregationDescriptor<T>
    | Edit this page View Source

    Ranges(params Func<DateRangeExpressionDescriptor, IDateRangeExpression>[])

    Declaration
    public DateRangeAggregationDescriptor<T> Ranges(params Func<DateRangeExpressionDescriptor, IDateRangeExpression>[] ranges)
    Parameters
    Type Name Description
    Func<DateRangeExpressionDescriptor, IDateRangeExpression>[] ranges
    Returns
    Type Description
    DateRangeAggregationDescriptor<T>
    | Edit this page View Source

    TimeZone(string)

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

    Implements

    IDescriptor
    IDateRangeAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Field(Field)
      • Field<TValue>(Expression<Func<T, TValue>>)
      • Format(string)
      • Missing(object)
      • Ranges(params IDateRangeExpression[])
      • Ranges(IEnumerable<Func<DateRangeExpressionDescriptor, IDateRangeExpression>>)
      • Ranges(params Func<DateRangeExpressionDescriptor, IDateRangeExpression>[])
      • TimeZone(string)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX