Class TermsAggregate<TKey>
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class TermsAggregate<TKey> : MultiBucketAggregate<KeyedBucket<TKey>>, IAggregate
Type Parameters
Name | Description |
---|---|
TKey |
Properties
| Edit this page View SourceDocCountErrorUpperBound
Declaration
public long? DocCountErrorUpperBound { get; set; }
Property Value
Type | Description |
---|---|
long? |
SumOtherDocCount
Declaration
public long? SumOtherDocCount { get; set; }
Property Value
Type | Description |
---|---|
long? |