Class GeoBoundsAggregationDescriptor<T>
Inheritance
GeoBoundsAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class GeoBoundsAggregationDescriptor<T> : MetricAggregationDescriptorBase<GeoBoundsAggregationDescriptor<T>, IGeoBoundsAggregation, T>, IDescriptor, IGeoBoundsAggregation, IMetricAggregation, IAggregation where T : class
Type Parameters
Methods
|
Edit this page
View Source
WrapLongitude(bool?)
Declaration
public GeoBoundsAggregationDescriptor<T> WrapLongitude(bool? wrapLongitude = true)
Parameters
Type |
Name |
Description |
bool? |
wrapLongitude |
|
Returns
Implements
Extension Methods