Class KeyedBucket<TKey>
Inheritance
KeyedBucket<TKey>
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class KeyedBucket<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 SourceKeyedBucket(IReadOnlyDictionary<string, IAggregate>)
Declaration
public KeyedBucket(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? |
DocCountErrorUpperBound
Declaration
public long? DocCountErrorUpperBound { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
Key
Declaration
public TKey Key { get; set; }
Property Value
| Type | Description |
|---|---|
| TKey |
KeyAsString
Declaration
public string KeyAsString { get; set; }
Property Value
| Type | Description |
|---|---|
| string |