Class CompositeBucket
A bucket with a composite key
Inheritance
CompositeBucket
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class CompositeBucket : BucketBase, IIsAReadOnlyDictionary<string, IAggregate>, IReadOnlyDictionary<string, IAggregate>, IReadOnlyCollection<KeyValuePair<string, IAggregate>>, IEnumerable<KeyValuePair<string, IAggregate>>, IEnumerable, IIsAReadOnlyDictionary, IBucket
Constructors
| Edit this page View SourceCompositeBucket(IReadOnlyDictionary<string, IAggregate>, CompositeKey)
Declaration
public CompositeBucket(IReadOnlyDictionary<string, IAggregate> dict, CompositeKey key)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyDictionary<string, IAggregate> | dict | |
CompositeKey | key |
Properties
| Edit this page View SourceDocCount
The count of documents
Declaration
public long? DocCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
Key
The bucket key
Declaration
public CompositeKey Key { get; }
Property Value
Type | Description |
---|---|
CompositeKey |