Search Results for

    Show / Hide Table of Contents

    Class DiversifiedSamplerAggregationDescriptor<T>

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

    Methods

    | Edit this page View Source

    ExecutionHint(DiversifiedSamplerAggregationExecutionHint?)

    Declaration
    public DiversifiedSamplerAggregationDescriptor<T> ExecutionHint(DiversifiedSamplerAggregationExecutionHint? executionHint)
    Parameters
    Type Name Description
    DiversifiedSamplerAggregationExecutionHint? executionHint
    Returns
    Type Description
    DiversifiedSamplerAggregationDescriptor<T>
    | Edit this page View Source

    Field(Field)

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

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

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

    MaxDocsPerValue(int?)

    Declaration
    public DiversifiedSamplerAggregationDescriptor<T> MaxDocsPerValue(int? maxDocs)
    Parameters
    Type Name Description
    int? maxDocs
    Returns
    Type Description
    DiversifiedSamplerAggregationDescriptor<T>
    | Edit this page View Source

    Script(Func<ScriptDescriptor, IScript>)

    Declaration
    public DiversifiedSamplerAggregationDescriptor<T> Script(Func<ScriptDescriptor, IScript> scriptSelector)
    Parameters
    Type Name Description
    Func<ScriptDescriptor, IScript> scriptSelector
    Returns
    Type Description
    DiversifiedSamplerAggregationDescriptor<T>
    | Edit this page View Source

    Script(string)

    Declaration
    public DiversifiedSamplerAggregationDescriptor<T> Script(string script)
    Parameters
    Type Name Description
    string script
    Returns
    Type Description
    DiversifiedSamplerAggregationDescriptor<T>
    | Edit this page View Source

    ShardSize(int?)

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

    Implements

    IDescriptor
    IDiversifiedSamplerAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

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