IGQIFilter interface
Definition
- Namespace:
Skyline.DataMiner.Analytics.GenericInterface.Operators - Assembly:
SLAnalyticsTypes.dll
Represents the filter logic used in a IGQIFilterOperator.
Available from DataMiner 10.5.0 [CU11]/10.6.2 onwards when using the GQI DxM.
Derived types
| Type | Description |
|---|---|
| IGQIValueFilter | Filter that matches when a column value matches a specific filter value using a filter method. |
| IGQIAndFilter | Filter that matches when all filters in a set of filters match. |
| IGQIOrFilter | Filter that matches when any filter in a set of filters matches. |