Interface IAggregationRange
Range that defines a bucket for either the RangeAggregation or
GeoDistanceAggregation. If you are looking to store ranges as
part of your document please use explicit range class e.g DateRange, FloatRange etc
Assembly: OpenSearch.Client.dll
Syntax
public interface IAggregationRange
Properties
|
Edit this page
View Source
From
Declaration
[DataMember(Name = "from")]
double? From { get; set; }
Property Value
|
Edit this page
View Source
Key
Declaration
[DataMember(Name = "key")]
string Key { get; set; }
Property Value
|
Edit this page
View Source
To
Declaration
[DataMember(Name = "to")]
double? To { get; set; }
Property Value
Extension Methods