Search Results for

    Show / Hide Table of Contents

    Class GeoCentroidAggregate

    Inheritance
    object
    MetricAggregateBase
    GeoCentroidAggregate
    Implements
    IAggregate
    Inherited Members
    MetricAggregateBase.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 GeoCentroidAggregate : MetricAggregateBase, IAggregate

    Properties

    | Edit this page View Source

    Count

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

    Location

    Declaration
    [DataMember(Name = "location")]
    public GeoLocation Location { get; set; }
    Property Value
    Type Description
    GeoLocation

    Implements

    IAggregate

    Extension Methods

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