Interface ICardinalityAggregation
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface ICardinalityAggregation : IMetricAggregation, IAggregation
Properties
| Edit this page View SourcePrecisionThreshold
Declaration
[DataMember(Name = "precision_threshold")]
int? PrecisionThreshold { get; set; }
Property Value
Type | Description |
---|---|
int? |
Rehash
Declaration
[DataMember(Name = "rehash")]
bool? Rehash { get; set; }
Property Value
Type | Description |
---|---|
bool? |