Class AggregationRange
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class AggregationRange : IAggregationRange
Properties
| Edit this page View SourceFrom
Declaration
public double? From { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
To
Declaration
public double? To { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |