Interface IGeoTileGridAggregation
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public interface IGeoTileGridAggregation : IBucketAggregation, IAggregation
Properties
| Edit this page View SourceField
The name of the field indexed with GeoPoints.
Declaration
[DataMember(Name = "field")]
Field Field { get; set; }
Property Value
Type | Description |
---|---|
Field |
Precision
The zoom of the key used to define cells/buckets in the results.
Declaration
[DataMember(Name = "precision")]
GeoTilePrecision? Precision { get; set; }
Property Value
Type | Description |
---|---|
GeoTilePrecision? |
ShardSize
To allow for more accurate counting of the top cells returned in the final result the aggregation.
Declaration
[DataMember(Name = "shard_size")]
int? ShardSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
Size
The maximum number of geohash buckets to return.
Declaration
[DataMember(Name = "size")]
int? Size { get; set; }
Property Value
Type | Description |
---|---|
int? |