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