Search Results for

    Show / Hide Table of Contents

    Class GeoTileGridCompositeAggregationSource

    A values source that is equivalent to a simple Geo aggregation.

    Inheritance
    object
    CompositeAggregationSourceBase
    GeoTileGridCompositeAggregationSource
    Implements
    IGeoTileGridCompositeAggregationSource
    ICompositeAggregationSource
    Inherited Members
    CompositeAggregationSourceBase.Field
    CompositeAggregationSourceBase.MissingBucket
    CompositeAggregationSourceBase.Order
    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 GeoTileGridCompositeAggregationSource : CompositeAggregationSourceBase, IGeoTileGridCompositeAggregationSource, ICompositeAggregationSource

    Constructors

    | Edit this page View Source

    GeoTileGridCompositeAggregationSource(string)

    Declaration
    public GeoTileGridCompositeAggregationSource(string name)
    Parameters
    Type Name Description
    string name

    Properties

    | 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

    SourceType

    The type of the source

    Declaration
    protected override string SourceType { get; }
    Property Value
    Type Description
    string
    Overrides
    CompositeAggregationSourceBase.SourceType

    Implements

    IGeoTileGridCompositeAggregationSource
    ICompositeAggregationSource

    Extension Methods

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