Search Results for

    Show / Hide Table of Contents

    Class GeoLineAggregationDescriptor<T>

    Inheritance
    object
    DescriptorBase<GeoLineAggregationDescriptor<T>, IGeoLineAggregation>
    GeoLineAggregationDescriptor<T>
    Implements
    IDescriptor
    IGeoLineAggregation
    IAggregation
    Inherited Members
    DescriptorBase<GeoLineAggregationDescriptor<T>, IGeoLineAggregation>.Self
    DescriptorBase<GeoLineAggregationDescriptor<T>, IGeoLineAggregation>.Assign<TValue>(TValue, Action<IGeoLineAggregation, TValue>)
    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 GeoLineAggregationDescriptor<T> : DescriptorBase<GeoLineAggregationDescriptor<T>, IGeoLineAggregation>, IDescriptor, IGeoLineAggregation, IAggregation where T : class
    Type Parameters
    Name Description
    T

    Constructors

    | Edit this page View Source

    GeoLineAggregationDescriptor()

    Declaration
    public GeoLineAggregationDescriptor()

    Methods

    | Edit this page View Source

    IncludeSort(bool?)

    Declaration
    public GeoLineAggregationDescriptor<T> IncludeSort(bool? includeSort = true)
    Parameters
    Type Name Description
    bool? includeSort
    Returns
    Type Description
    GeoLineAggregationDescriptor<T>
    | Edit this page View Source

    Point(Field)

    Declaration
    public GeoLineAggregationDescriptor<T> Point(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    GeoLineAggregationDescriptor<T>
    | Edit this page View Source

    Point<TValue>(Expression<Func<T, TValue>>)

    Declaration
    public GeoLineAggregationDescriptor<T> Point<TValue>(Expression<Func<T, TValue>> field)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> field
    Returns
    Type Description
    GeoLineAggregationDescriptor<T>
    Type Parameters
    Name Description
    TValue
    | Edit this page View Source

    Size(int?)

    Declaration
    public GeoLineAggregationDescriptor<T> Size(int? size)
    Parameters
    Type Name Description
    int? size
    Returns
    Type Description
    GeoLineAggregationDescriptor<T>
    | Edit this page View Source

    Sort(Field)

    Declaration
    public GeoLineAggregationDescriptor<T> Sort(Field field)
    Parameters
    Type Name Description
    Field field
    Returns
    Type Description
    GeoLineAggregationDescriptor<T>
    | Edit this page View Source

    SortOrder(string)

    Declaration
    public GeoLineAggregationDescriptor<T> SortOrder(string sortOrder)
    Parameters
    Type Name Description
    string sortOrder
    Returns
    Type Description
    GeoLineAggregationDescriptor<T>
    | Edit this page View Source

    Sort<TValue>(Expression<Func<T, TValue>>)

    Declaration
    public GeoLineAggregationDescriptor<T> Sort<TValue>(Expression<Func<T, TValue>> field)
    Parameters
    Type Name Description
    Expression<Func<T, TValue>> field
    Returns
    Type Description
    GeoLineAggregationDescriptor<T>
    Type Parameters
    Name Description
    TValue

    Implements

    IDescriptor
    IGeoLineAggregation
    IAggregation

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • GeoLineAggregationDescriptor()
    • Methods
      • IncludeSort(bool?)
      • Point(Field)
      • Point<TValue>(Expression<Func<T, TValue>>)
      • Size(int?)
      • Sort(Field)
      • SortOrder(string)
      • Sort<TValue>(Expression<Func<T, TValue>>)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX