Class AggregationRangeDescriptor
Inheritance
AggregationRangeDescriptor
Assembly: OpenSearch.Client.dll
Syntax
public class AggregationRangeDescriptor : DescriptorBase<AggregationRangeDescriptor, IAggregationRange>, IDescriptor, IAggregationRange
Methods
|
Edit this page
View Source
From(double?)
Declaration
public AggregationRangeDescriptor From(double? from)
Parameters
Type |
Name |
Description |
double? |
from |
|
Returns
|
Edit this page
View Source
Key(string)
Declaration
public AggregationRangeDescriptor Key(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
To(double?)
Declaration
public AggregationRangeDescriptor To(double? to)
Parameters
Type |
Name |
Description |
double? |
to |
|
Returns
Implements
Extension Methods