Class DiversifiedSamplerAggregation
Inheritance
DiversifiedSamplerAggregation
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
|
Edit this page
View Source
Field
Declaration
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
MaxDocsPerValue
Declaration
public int? MaxDocsPerValue { get; set; }
Property Value
|
Edit this page
View Source
Script
Declaration
public IScript Script { get; set; }
Property Value
|
Edit this page
View Source
ShardSize
Declaration
public int? ShardSize { get; set; }
Property Value
Implements
Extension Methods