Class TermsOrder
Assembly: OpenSearch.Client.dll
Syntax
public class TermsOrder : ISortOrder
Properties
|
Edit this page
View Source
CountAscending
Declaration
public static TermsOrder CountAscending { get; }
Property Value
|
Edit this page
View Source
CountDescending
Declaration
public static TermsOrder CountDescending { get; }
Property Value
|
Edit this page
View Source
Key
Declaration
public string Key { get; set; }
Property Value
|
Edit this page
View Source
KeyAscending
Declaration
public static TermsOrder KeyAscending { get; }
Property Value
|
Edit this page
View Source
KeyDescending
Declaration
public static TermsOrder KeyDescending { get; }
Property Value
|
Edit this page
View Source
Order
Declaration
public SortOrder Order { get; set; }
Property Value
Implements
Extension Methods