Class SamplerAggregation
Inheritance
SamplerAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class SamplerAggregation : BucketAggregationBase, ISamplerAggregation, IBucketAggregation, IAggregation
Constructors
|
Edit this page
View Source
SamplerAggregation(string)
Declaration
public SamplerAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
ShardSize
Declaration
public int? ShardSize { get; set; }
Property Value
Implements
Extension Methods