Class IpRangeBucket
A bucket for an IpRangeAggregation
Inheritance
IpRangeBucket
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class IpRangeBucket : BucketBase, IIsAReadOnlyDictionary<string, IAggregate>, IReadOnlyDictionary<string, IAggregate>, IReadOnlyCollection<KeyValuePair<string, IAggregate>>, IEnumerable<KeyValuePair<string, IAggregate>>, IEnumerable, IIsAReadOnlyDictionary, IBucket
Constructors
| Edit this page View SourceIpRangeBucket(IReadOnlyDictionary<string, IAggregate>)
Declaration
public IpRangeBucket(IReadOnlyDictionary<string, IAggregate> dict)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyDictionary<string, IAggregate> | dict |
Properties
| Edit this page View SourceDocCount
The count of documents in the bucket
Declaration
public long DocCount { get; set; }
Property Value
Type | Description |
---|---|
long |
From
The IP address from
Declaration
public string From { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
The key for the bucket
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
To
The IP address to
Declaration
public string To { get; set; }
Property Value
Type | Description |
---|---|
string |