Search Results for

    Show / Hide Table of Contents

    Class VariableWidthHistogramAggregationDescriptor<T>

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

    Methods

    | Edit this page View Source

    Buckets(int?)

    Declaration
    public VariableWidthHistogramAggregationDescriptor<T> Buckets(int? buckets)
    Parameters
    Type Name Description
    int? buckets
    Returns
    Type Description
    VariableWidthHistogramAggregationDescriptor<T>
    | Edit this page View Source

    Field(Field)

    The field to target.

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

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

    The field to target.

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

    InitialBuffer(int?)

    Declaration
    public VariableWidthHistogramAggregationDescriptor<T> InitialBuffer(int? initialBuffer)
    Parameters
    Type Name Description
    int? initialBuffer
    Returns
    Type Description
    VariableWidthHistogramAggregationDescriptor<T>
    | Edit this page View Source

    ShardSize(int?)

    Declaration
    public VariableWidthHistogramAggregationDescriptor<T> ShardSize(int? shardSize)
    Parameters
    Type Name Description
    int? shardSize
    Returns
    Type Description
    VariableWidthHistogramAggregationDescriptor<T>

    Implements

    IDescriptor
    IVariableWidthHistogramAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Buckets(int?)
      • Field(Field)
      • Field<TValue>(Expression<Func<T, TValue>>)
      • InitialBuffer(int?)
      • ShardSize(int?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX