Interface IGeoLineAggregation
Assembly: OpenSearch.Client.dll
Syntax
public interface IGeoLineAggregation : IAggregation
Properties
|
Edit this page
View Source
IncludeSort
Declaration
[DataMember(Name = "include_sort")]
bool? IncludeSort { get; set; }
Property Value
|
Edit this page
View Source
Point
Declaration
[DataMember(Name = "point")]
GeoLinePoint Point { get; set; }
Property Value
|
Edit this page
View Source
Size
Declaration
[DataMember(Name = "size")]
int? Size { get; set; }
Property Value
|
Edit this page
View Source
Sort
Declaration
[DataMember(Name = "sort")]
GeoLineSort Sort { get; set; }
Property Value
|
Edit this page
View Source
SortOrder
Declaration
[DataMember(Name = "sort_order")]
string SortOrder { get; set; }
Property Value
Extension Methods