Search Results for

    Show / Hide Table of Contents

    Class GeoTileGridAggregation

    Inheritance
    object
    AggregationBase
    BucketAggregationBase
    GeoTileGridAggregation
    Implements
    IGeoTileGridAggregation
    IBucketAggregation
    IAggregation
    Inherited Members
    BucketAggregationBase.Aggregations
    AggregationBase.Meta
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    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
    Type Description
    Field
    | 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
    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
    public int? ShardSize { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Size

    The maximum number of geohash buckets to return.

    Declaration
    public int? Size { get; set; }
    Property Value
    Type Description
    int?

    Implements

    IGeoTileGridAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

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