Class TermsOrderDescriptor<T>
Inheritance
TermsOrderDescriptor<T>
Assembly: OpenSearch.Client.dll
Syntax
public class TermsOrderDescriptor<T> : DescriptorPromiseBase<TermsOrderDescriptor<T>, IList<TermsOrder>>, IDescriptor, IPromise<IList<TermsOrder>> where T : class
Type Parameters
Constructors
|
Edit this page
View Source
TermsOrderDescriptor()
Declaration
public TermsOrderDescriptor()
Methods
|
Edit this page
View Source
Ascending(string)
Declaration
public TermsOrderDescriptor<T> Ascending(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
CountAscending()
Declaration
public TermsOrderDescriptor<T> CountAscending()
Returns
|
Edit this page
View Source
CountDescending()
Declaration
public TermsOrderDescriptor<T> CountDescending()
Returns
|
Edit this page
View Source
Descending(string)
Declaration
public TermsOrderDescriptor<T> Descending(string key)
Parameters
Type |
Name |
Description |
string |
key |
|
Returns
|
Edit this page
View Source
KeyAscending()
Declaration
public TermsOrderDescriptor<T> KeyAscending()
Returns
|
Edit this page
View Source
KeyDescending()
Declaration
public TermsOrderDescriptor<T> KeyDescending()
Returns
Implements
Extension Methods