Search Results for

    Show / Hide Table of Contents

    Class GeoLineAggregate

    Inheritance
    object
    MetricAggregateBase
    GeoLineAggregate
    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
    [DataContract]
    public class GeoLineAggregate : MetricAggregateBase, IAggregate

    Properties

    | Edit this page View Source

    Geometry

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

    Properties

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

    Type

    Declaration
    [DataMember(Name = "type")]
    public string Type { get; set; }
    Property Value
    Type Description
    string

    Implements

    IAggregate

    Extension Methods

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