Uses of Class
com.oracle.bmc.dataintegration.model.AbstractWriteAttribute
-
Packages that use AbstractWriteAttribute Package Description com.oracle.bmc.dataintegration.model -
-
Uses of AbstractWriteAttribute in com.oracle.bmc.dataintegration.model
Subclasses of AbstractWriteAttribute in com.oracle.bmc.dataintegration.model Modifier and Type Class Description class
ObjectStorageWriteAttribute
Properties to configure writing to Object Storage.class
ObjectStorageWriteAttributes
Properties to configure writing to Object Storage.class
OracleAdwcWriteAttribute
Properties to configure writing to Oracle Autonomous Data Warehouse Cloud.class
OracleAdwcWriteAttributes
Properties to configure when writing to Oracle Autonomous Data Warehouse Cloud.class
OracleAtpWriteAttribute
Properties to configure writing to Oracle Autonomous Transaction Processing.class
OracleAtpWriteAttributes
Properties to configure when writing to Oracle Autonomous Data Warehouse Cloud.class
OracleWriteAttribute
The Oracle write attribute.class
OracleWriteAttributes
Properties to configure when writing to an Oracle Database.Methods in com.oracle.bmc.dataintegration.model that return AbstractWriteAttribute Modifier and Type Method Description AbstractWriteAttribute
WriteOperationConfig. getWriteAttribute()
Methods in com.oracle.bmc.dataintegration.model with parameters of type AbstractWriteAttribute Modifier and Type Method Description WriteOperationConfig.Builder
WriteOperationConfig.Builder. writeAttribute(AbstractWriteAttribute writeAttribute)
Constructors in com.oracle.bmc.dataintegration.model with parameters of type AbstractWriteAttribute Constructor Description WriteOperationConfig(Map<String,String> metadataConfigProperties, Map<String,String> derivedAttributes, BipCallAttribute callAttribute, String key, String modelVersion, ParentReference parentRef, List<PushDownOperation> operations, DataFormat dataFormat, PartitionConfig partitionConfig, AbstractWriteAttribute writeAttribute, WriteOperationConfig.WriteMode writeMode, UniqueKey mergeKey, Integer objectStatus)
Deprecated.
-