Class GeoTileGridCompositeAggregationSource
A values source that is equivalent to a simple Geo aggregation.
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class GeoTileGridCompositeAggregationSource : CompositeAggregationSourceBase, IGeoTileGridCompositeAggregationSource, ICompositeAggregationSource
Constructors
| Edit this page View SourceGeoTileGridCompositeAggregationSource(string)
Declaration
public GeoTileGridCompositeAggregationSource(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name |
Properties
| Edit this page View SourcePrecision
The zoom of the key used to define cells/buckets in the results.
Declaration
public GeoTilePrecision? Precision { get; set; }
Property Value
Type | Description |
---|---|
GeoTilePrecision? |
SourceType
The type of the source
Declaration
protected override string SourceType { get; }
Property Value
Type | Description |
---|---|
string |