Class CardinalityAggregationDescriptor<T>
Inheritance
CardinalityAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class CardinalityAggregationDescriptor<T> : MetricAggregationDescriptorBase<CardinalityAggregationDescriptor<T>, ICardinalityAggregation, T>, IDescriptor, ICardinalityAggregation, IMetricAggregation, IAggregation where T : class
Type Parameters
Methods
|
Edit this page
View Source
PrecisionThreshold(int?)
Declaration
public CardinalityAggregationDescriptor<T> PrecisionThreshold(int? precisionThreshold)
Parameters
Type |
Name |
Description |
int? |
precisionThreshold |
|
Returns
|
Edit this page
View Source
Rehash(bool?)
Declaration
public CardinalityAggregationDescriptor<T> Rehash(bool? rehash = true)
Parameters
Type |
Name |
Description |
bool? |
rehash |
|
Returns
Implements
Extension Methods