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