Class SamplerAggregationDescriptor<T>
Inheritance
SamplerAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class SamplerAggregationDescriptor<T> : BucketAggregationDescriptorBase<SamplerAggregationDescriptor<T>, ISamplerAggregation, T>, IDescriptor, ISamplerAggregation, IBucketAggregation, IAggregation where T : class
Type Parameters
Methods
|
Edit this page
View Source
ShardSize(int?)
Declaration
public SamplerAggregationDescriptor<T> ShardSize(int? shardSize)
Parameters
Type |
Name |
Description |
int? |
shardSize |
|
Returns
Implements
Extension Methods