Di Job Table Mapping
data class DiJobTableMapping(val sourceObjectSelectionRules: List<DiJobTableMappingSourceObjectSelectionRule>? = null, val transformationRules: List<DiJobTableMappingTransformationRule>? = null)
Constructors
Link copied to clipboard
constructor(sourceObjectSelectionRules: List<DiJobTableMappingSourceObjectSelectionRule>? = null, transformationRules: List<DiJobTableMappingTransformationRule>? = null)
Properties
Link copied to clipboard
Each rule can select different types of source objects to be synchronized, such as source database and source data table. See source_object_selection_rules
below.
Link copied to clipboard
A list of conversion rule definitions for a synchronization object. Each element in the list defines a conversion rule. See transformation_rules
below.