Class RareTermsBucket<TKey>
Inheritance
RareTermsBucket<TKey>
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class RareTermsBucket<TKey> : BucketBase, IIsAReadOnlyDictionary<string, IAggregate>, IReadOnlyDictionary<string, IAggregate>, IReadOnlyCollection<KeyValuePair<string, IAggregate>>, IEnumerable<KeyValuePair<string, IAggregate>>, IEnumerable, IIsAReadOnlyDictionary, IBucket
Type Parameters
Name | Description |
---|---|
TKey |
Constructors
| Edit this page View SourceRareTermsBucket(IReadOnlyDictionary<string, IAggregate>)
Declaration
public RareTermsBucket(IReadOnlyDictionary<string, IAggregate> dict)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyDictionary<string, IAggregate> | dict |
Properties
| Edit this page View SourceDocCount
Declaration
public long DocCount { get; set; }
Property Value
Type | Description |
---|---|
long |
Key
Declaration
public TKey Key { get; set; }
Property Value
Type | Description |
---|---|
TKey |