Class VariableWidthHistogramBucket
Inheritance
VariableWidthHistogramBucket
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class VariableWidthHistogramBucket : BucketBase, IIsAReadOnlyDictionary<string, IAggregate>, IReadOnlyDictionary<string, IAggregate>, IReadOnlyCollection<KeyValuePair<string, IAggregate>>, IEnumerable<KeyValuePair<string, IAggregate>>, IEnumerable, IIsAReadOnlyDictionary, IBucket
Constructors
| Edit this page View SourceVariableWidthHistogramBucket(IReadOnlyDictionary<string, IAggregate>)
Declaration
public VariableWidthHistogramBucket(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 double Key { get; set; }
Property Value
Type | Description |
---|---|
double |
Maximum
Declaration
public double Maximum { get; set; }
Property Value
Type | Description |
---|---|
double |
Minimum
Declaration
public double Minimum { get; set; }
Property Value
Type | Description |
---|---|
double |