Class GeoLineAggregation
Inheritance
GeoLineAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class GeoLineAggregation : AggregationBase, IGeoLineAggregation, IAggregation
Constructors
|
Edit this page
View Source
GeoLineAggregation(string, Field, Field)
Declaration
public GeoLineAggregation(string name, Field point, Field sort)
Parameters
Properties
|
Edit this page
View Source
IncludeSort
Declaration
public bool? IncludeSort { get; set; }
Property Value
|
Edit this page
View Source
Point
Declaration
public GeoLinePoint Point { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
public int? Size { get; set; }
Property Value
|
Edit this page
View Source
Sort
Declaration
public GeoLineSort Sort { get; set; }
Property Value
|
Edit this page
View Source
SortOrder
Declaration
public string SortOrder { get; set; }
Property Value
Implements
Extension Methods