Salesforce Sink Args
data class SalesforceSinkArgs(val disableMetricsCollection: Output<Any>? = null, val externalIdFieldName: Output<Any>? = null, val ignoreNullValues: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val type: Output<String>, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Either<String, SalesforceSinkWriteBehavior>>? = null) : ConvertibleToJava<SalesforceSinkArgs>
A copy activity Salesforce sink.
Constructors
Link copied to clipboard
fun SalesforceSinkArgs(disableMetricsCollection: Output<Any>? = null, externalIdFieldName: Output<Any>? = null, ignoreNullValues: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, sinkRetryCount: Output<Any>? = null, sinkRetryWait: Output<Any>? = null, type: Output<String>, writeBatchSize: Output<Any>? = null, writeBatchTimeout: Output<Any>? = null, writeBehavior: Output<Either<String, SalesforceSinkWriteBehavior>>? = null)
Functions
Properties
Link copied to clipboard
The flag indicating whether or not to ignore null values from input dataset (except key fields) during write operation. Default value is false. If set it to true, it means ADF will leave the data in the destination object unchanged when doing upsert/update operation and insert defined default value when doing insert operation, versus ADF will update the data in the destination object to NULL when doing upsert/update operation and insert NULL value when doing insert operation. Type: boolean (or Expression with resultType boolean).