Interface IGeoDistanceAggregation
Assembly: OpenSearch.Client.dll
Syntax
public interface IGeoDistanceAggregation : IBucketAggregation, IAggregation
Properties
|
Edit this page
View Source
DistanceType
Declaration
[DataMember(Name = "distance_type")]
GeoDistanceType? DistanceType { get; set; }
Property Value
|
Edit this page
View Source
Field
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
|
Edit this page
View Source
Origin
Declaration
[DataMember(Name = "origin")]
GeoLocation Origin { get; set; }
Property Value
|
Edit this page
View Source
Ranges
Declaration
[DataMember(Name = "ranges")]
IEnumerable<IAggregationRange> Ranges { get; set; }
Property Value
|
Edit this page
View Source
Unit
Declaration
[DataMember(Name = "unit")]
DistanceUnit? Unit { get; set; }
Property Value
Extension Methods