Interface IDiversifiedSamplerAggregation
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
|
Edit this page
View Source
Field
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
|
Edit this page
View Source
MaxDocsPerValue
Declaration
[DataMember(Name = "max_docs_per_value")]
int? MaxDocsPerValue { get; set; }
Property Value
|
Edit this page
View Source
Script
Declaration
[DataMember(Name = "script")]
IScript Script { get; set; }
Property Value
|
Edit this page
View Source
ShardSize
Declaration
[DataMember(Name = "shard_size")]
int? ShardSize { get; set; }
Property Value
Extension Methods