Search Results for

    Show / Hide Table of Contents

    Class GeoTileGridAggregationDescriptor<T>

    Inheritance
    object
    BucketAggregationDescriptorBase<GeoTileGridAggregationDescriptor<T>, IGeoTileGridAggregation, T>
    GeoTileGridAggregationDescriptor<T>
    Implements
    IDescriptor
    IGeoTileGridAggregation
    IBucketAggregation
    IAggregation
    Inherited Members
    BucketAggregationDescriptorBase<GeoTileGridAggregationDescriptor<T>, IGeoTileGridAggregation, T>.Self
    BucketAggregationDescriptorBase<GeoTileGridAggregationDescriptor<T>, IGeoTileGridAggregation, T>.Assign<TValue>(TValue, Action<IGeoTileGridAggregation, TValue>)
    BucketAggregationDescriptorBase<GeoTileGridAggregationDescriptor<T>, IGeoTileGridAggregation, T>.Aggregations(Func<AggregationContainerDescriptor<T>, IAggregationContainer>)
    BucketAggregationDescriptorBase<GeoTileGridAggregationDescriptor<T>, IGeoTileGridAggregation, T>.Aggregations(AggregationDictionary)
    BucketAggregationDescriptorBase<GeoTileGridAggregationDescriptor<T>, IGeoTileGridAggregation, T>.Meta(Func<FluentDictionary<string, object>, FluentDictionary<string, object>>)
    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 GeoTileGridAggregationDescriptor<T> : BucketAggregationDescriptorBase<GeoTileGridAggregationDescriptor<T>, IGeoTileGridAggregation, T>, IDescriptor, IGeoTileGridAggregation, IBucketAggregation, IAggregation where T : class
    Type Parameters
    Name Description
    T

    Methods

    | Edit this page View Source

    Field(Field)

    The name of the field indexed with GeoPoints.

    Declaration
    public GeoTileGridAggregationDescriptor<T> Field(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    GeoTileGridAggregationDescriptor<T>
    | Edit this page View Source

    Field<TValue>(Expression<Func<T, TValue>>)

    The name of the field indexed with GeoPoints.

    Declaration
    public GeoTileGridAggregationDescriptor<T> Field<TValue>(Expression<Func<T, TValue>> field)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> field
    Returns
    Type Description
    GeoTileGridAggregationDescriptor<T>
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    Precision(GeoTilePrecision?)

    The zoom of the key used to define cells/buckets in the results.

    Declaration
    public GeoTileGridAggregationDescriptor<T> Precision(GeoTilePrecision? precision)
    Parameters
    Type Name Description
    GeoTilePrecision? precision
    Returns
    Type Description
    GeoTileGridAggregationDescriptor<T>
    | Edit this page View Source

    ShardSize(int?)

    To allow for more accurate counting of the top cells returned in the final result the aggregation.

    Declaration
    public GeoTileGridAggregationDescriptor<T> ShardSize(int? shardSize)
    Parameters
    Type Name Description
    int? shardSize
    Returns
    Type Description
    GeoTileGridAggregationDescriptor<T>
    | Edit this page View Source

    Size(int?)

    The maximum number of geohash buckets to return.

    Declaration
    public GeoTileGridAggregationDescriptor<T> Size(int? size)
    Parameters
    Type Name Description
    int? size
    Returns
    Type Description
    GeoTileGridAggregationDescriptor<T>

    Implements

    IDescriptor
    IGeoTileGridAggregation
    IBucketAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Methods
      • Field(Field)
      • Field<TValue>(Expression<Func<T, TValue>>)
      • Precision(GeoTilePrecision?)
      • ShardSize(int?)
      • Size(int?)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX