Class HistogramOrder
Inheritance
HistogramOrder
Assembly: OpenSearch.Client.dll
Syntax
public class HistogramOrder : ISortOrder
Properties
|
Edit this page
View Source
CountAscending
Declaration
public static HistogramOrder CountAscending { get; }
Property Value
|
Edit this page
View Source
CountDescending
Declaration
public static HistogramOrder 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 HistogramOrder KeyAscending { get; }
Property Value
|
Edit this page
View Source
KeyDescending
Declaration
public static HistogramOrder KeyDescending { get; }
Property Value
|
Edit this page
View Source
Order
Declaration
public SortOrder Order { get; set; }
Property Value
Implements
Extension Methods