Search Results for

    Show / Hide Table of Contents

    Interface IDiversifiedSamplerAggregation

    Inherited Members
    IBucketAggregation.Aggregations
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IDiversifiedSamplerAggregation : IBucketAggregation, IAggregation

    Properties

    | Edit this page View Source

    ExecutionHint

    Declaration
    [DataMember(Name = "execution_hint")]
    DiversifiedSamplerAggregationExecutionHint? ExecutionHint { get; set; }
    Property Value
    Type Description
    DiversifiedSamplerAggregationExecutionHint?
    | Edit this page View Source

    Field

    Declaration
    [DataMember(Name = "field")]
    Field Field { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    MaxDocsPerValue

    Declaration
    [DataMember(Name = "max_docs_per_value")]
    int? MaxDocsPerValue { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Script

    Declaration
    [DataMember(Name = "script")]
    IScript Script { get; set; }
    Property Value
    Type Description
    IScript
    | Edit this page View Source

    ShardSize

    Declaration
    [DataMember(Name = "shard_size")]
    int? ShardSize { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

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