Search Results for

    Show / Hide Table of Contents

    Class DiversifiedSamplerAggregation

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

    Constructors

    | Edit this page View Source

    DiversifiedSamplerAggregation(string)

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

    Properties

    | Edit this page View Source

    ExecutionHint

    Declaration
    public DiversifiedSamplerAggregationExecutionHint? ExecutionHint { get; set; }
    Property Value
    Type Description
    DiversifiedSamplerAggregationExecutionHint?
    | Edit this page View Source

    Field

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

    MaxDocsPerValue

    Declaration
    public int? MaxDocsPerValue { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Script

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

    ShardSize

    Declaration
    public int? ShardSize { get; set; }
    Property Value
    Type Description
    int?

    Implements

    IDiversifiedSamplerAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • DiversifiedSamplerAggregation(string)
    • Properties
      • ExecutionHint
      • Field
      • MaxDocsPerValue
      • Script
      • ShardSize
    • Implements
    • Extension Methods
    Back to top Generated by DocFX