Class GeoDistanceAggregation
Inheritance
GeoDistanceAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class GeoDistanceAggregation : BucketAggregationBase, IGeoDistanceAggregation, IBucketAggregation, IAggregation
Constructors
|
Edit this page
View Source
GeoDistanceAggregation(string)
Declaration
public GeoDistanceAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
DistanceType
Declaration
public GeoDistanceType? DistanceType { get; set; }
Property Value
|
Edit this page
View Source
Field
Declaration
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
Origin
Declaration
public GeoLocation Origin { get; set; }
Property Value
|
Edit this page
View Source
Ranges
Declaration
public IEnumerable<IAggregationRange> Ranges { get; set; }
Property Value
|
Edit this page
View Source
Unit
Declaration
public DistanceUnit? Unit { get; set; }
Property Value
Implements
Extension Methods