Search Results for

    Show / Hide Table of Contents

    Class TermsOrder

    Inheritance
    object
    TermsOrder
    Implements
    ISortOrder
    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
    public class TermsOrder : ISortOrder

    Properties

    | Edit this page View Source

    CountAscending

    Declaration
    public static TermsOrder CountAscending { get; }
    Property Value
    Type Description
    TermsOrder
    | Edit this page View Source

    CountDescending

    Declaration
    public static TermsOrder CountDescending { get; }
    Property Value
    Type Description
    TermsOrder
    | Edit this page View Source

    Key

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

    KeyAscending

    Declaration
    public static TermsOrder KeyAscending { get; }
    Property Value
    Type Description
    TermsOrder
    | Edit this page View Source

    KeyDescending

    Declaration
    public static TermsOrder KeyDescending { get; }
    Property Value
    Type Description
    TermsOrder
    | Edit this page View Source

    Order

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

    Implements

    ISortOrder

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • CountAscending
      • CountDescending
      • Key
      • KeyAscending
      • KeyDescending
      • Order
    • Implements
    • Extension Methods
    Back to top Generated by DocFX