Search Results for

    Show / Hide Table of Contents

    Interface IGeoTileGridAggregation

    Inherited Members
    IBucketAggregation.Aggregations
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IGeoTileGridAggregation : IBucketAggregation, IAggregation

    Properties

    | Edit this page View Source

    Field

    The name of the field indexed with GeoPoints.

    Declaration
    [DataMember(Name = "field")]
    Field Field { get; set; }
    Property Value
    Type Description
    Field
    | Edit this page View Source

    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?
    | Edit this page View Source

    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?
    | Edit this page View Source

    Size

    The maximum number of geohash buckets to return.

    Declaration
    [DataMember(Name = "size")]
    int? Size { get; set; }
    Property Value
    Type Description
    int?

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • Field
      • Precision
      • ShardSize
      • Size
    • Extension Methods
    Back to top Generated by DocFX