Class SingleBucketAggregate
Inheritance
SingleBucketAggregate
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class SingleBucketAggregate : BucketAggregateBase, IIsAReadOnlyDictionary<string, IAggregate>, IReadOnlyDictionary<string, IAggregate>, IReadOnlyCollection<KeyValuePair<string, IAggregate>>, IEnumerable<KeyValuePair<string, IAggregate>>, IEnumerable, IIsAReadOnlyDictionary, IAggregate
Constructors
| Edit this page View SourceSingleBucketAggregate(IReadOnlyDictionary<string, IAggregate>)
Declaration
public SingleBucketAggregate(IReadOnlyDictionary<string, IAggregate> aggregations)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyDictionary<string, IAggregate> | aggregations |
Properties
| Edit this page View SourceDocCount
Count of documents in the bucket
Declaration
public long DocCount { get; }
Property Value
Type | Description |
---|---|
long |