Salesforce Service Cloud Sink Response
data class SalesforceServiceCloudSinkResponse(val disableMetricsCollection: Any? = null, val externalIdFieldName: Any? = null, val ignoreNullValues: Any? = null, val maxConcurrentConnections: Any? = null, val sinkRetryCount: Any? = null, val sinkRetryWait: Any? = null, val type: String, val writeBatchSize: Any? = null, val writeBatchTimeout: Any? = null, val writeBehavior: String? = null)
A copy activity Salesforce Service Cloud sink.
Constructors
Link copied to clipboard
fun SalesforceServiceCloudSinkResponse(disableMetricsCollection: Any? = null, externalIdFieldName: Any? = null, ignoreNullValues: Any? = null, maxConcurrentConnections: Any? = null, sinkRetryCount: Any? = null, sinkRetryWait: Any? = null, type: String, writeBatchSize: Any? = null, writeBatchTimeout: Any? = null, writeBehavior: String? = null)
Types
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).
Link copied to clipboard