Class GeoCentroidAggregate
Implements
Inherited Members
Namespace: OpenSearch.Client
Assembly: OpenSearch.Client.dll
Syntax
public class GeoCentroidAggregate : MetricAggregateBase, IAggregate
Properties
| Edit this page View SourceCount
Declaration
[DataMember(Name = "count")]
public long Count { get; set; }
Property Value
Type | Description |
---|---|
long |
Location
Declaration
[DataMember(Name = "location")]
public GeoLocation Location { get; set; }
Property Value
Type | Description |
---|---|
GeoLocation |