IGQISortField interface
This interface defines a sort operation for a single column. One or more sort fields are combined into a IGQISortOperator to define a sort operation in GQI.
Available from DataMiner 10.4.5/10.5.0 onwards.
Definition
- Namespace:
Skyline.DataMiner.Analytics.GenericInterface.Operators - Assembly:
SLAnalyticsTypes.dll
Properties
| Name | Type | Description |
|---|---|---|
| Column | IGQIColumn | The column to sort on. |
| Direction | GQISortDirection | Whether to sort from lowest to highest or the other way around. |