Search Results for

    Show / Hide Table of Contents

    Class GeoLineAggregation

    Inheritance
    object
    AggregationBase
    GeoLineAggregation
    Implements
    IGeoLineAggregation
    IAggregation
    Inherited Members
    AggregationBase.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 GeoLineAggregation : AggregationBase, IGeoLineAggregation, IAggregation

    Constructors

    | Edit this page View Source

    GeoLineAggregation(string, Field, Field)

    Declaration
    public GeoLineAggregation(string name, Field point, Field sort)
    Parameters
    Type Name Description
    string name
    Field point
    Field sort

    Properties

    | Edit this page View Source

    IncludeSort

    Declaration
    public bool? IncludeSort { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    Point

    Declaration
    public GeoLinePoint Point { get; set; }
    Property Value
    Type Description
    GeoLinePoint
    | Edit this page View Source

    Size

    Declaration
    public int? Size { get; set; }
    Property Value
    Type Description
    int?
    | Edit this page View Source

    Sort

    Declaration
    public GeoLineSort Sort { get; set; }
    Property Value
    Type Description
    GeoLineSort
    | Edit this page View Source

    SortOrder

    Declaration
    public string SortOrder { get; set; }
    Property Value
    Type Description
    string

    Implements

    IGeoLineAggregation
    IAggregation

    Extension Methods

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