OnInitInputArgs class
Definition
- Namespace:
Skyline.DataMiner.Analytics.GenericInterface - Assembly:
SLAnalyticsTypes.dll
Contains functionality and general query information for ad hoc data sources and custom operators. An instance is provided through the OnInit lifecycle method of the IGQIOnInit building block.
Properties
| Property | Type | Description |
|---|---|---|
| DMS | GQIDMS | Object that can be used to interact with the DMS. |
| Logger | IGQILogger | Object that can be used to log messages and exceptions. Available from DataMiner 10.4.5/10.5.0 onwards. |
| Factory | IGQIFactory | Object with methods to create other objects that can be used to interact with the core GQI framework. Available from DataMiner 10.4.0/10.4.1 onwards. |