Class GeoTileGridAggregationDescriptor<T>
Inheritance
GeoTileGridAggregationDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class GeoTileGridAggregationDescriptor<T> : BucketAggregationDescriptorBase<GeoTileGridAggregationDescriptor<T>, IGeoTileGridAggregation, T>, IDescriptor, IGeoTileGridAggregation, IBucketAggregation, IAggregation where T : class
Type Parameters
Methods
|
Edit this page
View Source
Field(Field)
The name of the field indexed with GeoPoints.
Declaration
public GeoTileGridAggregationDescriptor<T> Field(Field field)
Parameters
Type |
Name |
Description |
Field |
field |
|
Returns
|
Edit this page
View Source
Field<TValue>(Expression<Func<T, TValue>>)
The name of the field indexed with GeoPoints.
Declaration
public GeoTileGridAggregationDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> field)
Parameters
Returns
Type Parameters
|
Edit this page
View Source
Precision(GeoTilePrecision?)
The zoom of the key used to define cells/buckets in the results.
Declaration
public GeoTileGridAggregationDescriptor<T> Precision(GeoTilePrecision? precision)
Parameters
Returns
|
Edit this page
View Source
ShardSize(int?)
To allow for more accurate counting of the top cells returned in the final result the aggregation.
Declaration
public GeoTileGridAggregationDescriptor<T> ShardSize(int? shardSize)
Parameters
Type |
Name |
Description |
int? |
shardSize |
|
Returns
|
Edit this page
View Source
Size(int?)
The maximum number of geohash buckets to return.
Declaration
public GeoTileGridAggregationDescriptor<T> Size(int? size)
Parameters
Type |
Name |
Description |
int? |
size |
|
Returns
Implements
Extension Methods