Uses of Class
com.oracle.bmc.dataintegration.model.SchemaDriftConfig
-
Packages that use SchemaDriftConfig Package Description com.oracle.bmc.dataintegration.model -
-
Uses of SchemaDriftConfig in com.oracle.bmc.dataintegration.model
Methods in com.oracle.bmc.dataintegration.model that return SchemaDriftConfig Modifier and Type Method Description SchemaDriftConfig
SchemaDriftConfig.Builder. build()
SchemaDriftConfig
Source. getSchemaDriftConfig()
SchemaDriftConfig
Target. getSchemaDriftConfig()
Methods in com.oracle.bmc.dataintegration.model with parameters of type SchemaDriftConfig Modifier and Type Method Description SchemaDriftConfig.Builder
SchemaDriftConfig.Builder. copy(SchemaDriftConfig model)
Source.Builder
Source.Builder. schemaDriftConfig(SchemaDriftConfig schemaDriftConfig)
Target.Builder
Target.Builder. schemaDriftConfig(SchemaDriftConfig schemaDriftConfig)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type SchemaDriftConfig Constructor Description Source(String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, List<InputPort> inputPorts, List<TypedObject> outputPorts, Integer objectStatus, String identifier, List<Parameter> parameters, ConfigValues opConfigValues, DataEntity entity, Boolean isReadAccess, Boolean isCopyFields, Boolean isPredefinedShape, SchemaDriftConfig schemaDriftConfig, Shape fixedDataShape, ReadOperationConfig readOperationConfig)
Deprecated.Target(String key, String modelVersion, ParentReference parentRef, String name, String description, Integer objectVersion, List<InputPort> inputPorts, List<TypedObject> outputPorts, Integer objectStatus, String identifier, List<Parameter> parameters, ConfigValues opConfigValues, DataEntity entity, Boolean isReadAccess, Boolean isCopyFields, Boolean isPredefinedShape, Boolean isUseSameSourceName, String targetEntityNamePrefix, String targetEntityNameSuffix, Target.DataProperty dataProperty, SchemaDriftConfig schemaDriftConfig, Shape fixedDataShape, WriteOperationConfig writeOperationConfig, Integer loadOrder)
Deprecated.
-