Search Results for

    Show / Hide Table of Contents

    Class GeoLineProperties

    Inheritance
    object
    GeoLineProperties
    Inherited Members
    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 GeoLineProperties

    Properties

    | Edit this page View Source

    Complete

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

    SortValues

    Declaration
    [DataMember(Name = "sort_values")]
    public IEnumerable<double> SortValues { get; set; }
    Property Value
    Type Description
    IEnumerable<double>

    Extension Methods

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