Search Results for

    Show / Hide Table of Contents

    Interface IGeoLineAggregation

    Inherited Members
    IAggregation.Meta
    IAggregation.Name
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    public interface IGeoLineAggregation : IAggregation

    Properties

    | Edit this page View Source

    IncludeSort

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

    Point

    Declaration
    [DataMember(Name = "point")]
    GeoLinePoint Point { get; set; }
    Property Value
    Type Description
    GeoLinePoint
    | Edit this page View Source

    Size

    Declaration
    [DataMember(Name = "size")]
    int? Size { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Sort

    Declaration
    [DataMember(Name = "sort")]
    GeoLineSort Sort { get; set; }
    Property Value
    Type Description
    GeoLineSort
    | Edit this page View Source

    SortOrder

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

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • IncludeSort
      • Point
      • Size
      • Sort
      • SortOrder
    • Extension Methods
    Back to top Generated by DocFX