Class GeoLineAggregationDescriptor<T>
Inheritance
GeoLineAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class GeoLineAggregationDescriptor<T> : DescriptorBase<GeoLineAggregationDescriptor<T>, IGeoLineAggregation>, IDescriptor, IGeoLineAggregation, IAggregation where T : class
Type Parameters
Constructors
|
Edit this page
View Source
GeoLineAggregationDescriptor()
Declaration
public GeoLineAggregationDescriptor()
Methods
|
Edit this page
View Source
IncludeSort(bool?)
Declaration
public GeoLineAggregationDescriptor<T> IncludeSort(bool? includeSort = true)
Parameters
Type |
Name |
Description |
bool? |
includeSort |
|
Returns
|
Edit this page
View Source
Point(Field)
Declaration
public GeoLineAggregationDescriptor<T> Point(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Point<TValue>(Expression<Func<T, TValue>>)
Declaration
public GeoLineAggregationDescriptor<T> Point<TValue>(Expression<Func<T, TValue>> field)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Size(int?)
Declaration
public GeoLineAggregationDescriptor<T> Size(int? size)
Parameters
Type |
Name |
Description |
int? |
size |
|
Returns
|
Edit this page
View Source
Sort(Field)
Declaration
public GeoLineAggregationDescriptor<T> Sort(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
SortOrder(string)
Declaration
public GeoLineAggregationDescriptor<T> SortOrder(string sortOrder)
Parameters
Type |
Name |
Description |
string |
sortOrder |
|
Returns
|
Edit this page
View Source
Sort<TValue>(Expression<Func<T, TValue>>)
Declaration
public GeoLineAggregationDescriptor<T> Sort<TValue>(Expression<Func<T, TValue>> field)
Parameters
Returns
Type Parameters
Implements
Extension Methods