Custom operators
Each custom operator for GQI is defined in an Automation script library by a C# class that implements specific interfaces. Every time GQI needs to use the custom operator, it will create a new instance of that class and call the relevant life cycle methods.
Note
When transforming data, the custom operator is applied on row level. This means a custom operator cannot be used to do any of the following:
- Adding additional rows
- Applying custom aggregation
Custom operators are supported from DataMiner 10.3.0 [CU10]/10.4.1 onwards. Prior to this, starting from DataMiner 10.2.7/10.3.0, this feature is available in preview if the GenericInterface soft-launch option is enabled.