Search Results for

    Show / Hide Table of Contents

    Class SamplerAggregationDescriptor<T>

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

    Methods

    | Edit this page View Source

    ShardSize(int?)

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

    Implements

    IDescriptor
    ISamplerAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • ShardSize(int?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX