Class GeoTileGridAggregation
Inheritance
GeoTileGridAggregation
Assembly: OpenSearch.Client.dll
Syntax
public class GeoTileGridAggregation : BucketAggregationBase, IGeoTileGridAggregation, IBucketAggregation, IAggregation
Constructors
|
Edit this page
View Source
GeoTileGridAggregation(string)
Declaration
public GeoTileGridAggregation(string name)
Parameters
Type |
Name |
Description |
string |
name |
|
Properties
|
Edit this page
View Source
Field
The name of the field indexed with GeoPoints.
Declaration
public Field Field { get; set; }
Property Value
|
Edit this page
View Source
Precision
The zoom of the key used to define cells/buckets in the results.
Declaration
public GeoTilePrecision? Precision { get; set; }
Property Value
|
Edit this page
View Source
ShardSize
To allow for more accurate counting of the top cells returned in the final result the aggregation.
Declaration
public int? ShardSize { get; set; }
Property Value
|
Edit this page
View Source
Size
The maximum number of geohash buckets to return.
Declaration
public int? Size { get; set; }
Property Value
Implements
Extension Methods