SalesforceV2SinkArgs

data class SalesforceV2SinkArgs(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, SalesforceV2SinkWriteBehavior>>? = null) : ConvertibleToJava<SalesforceV2SinkArgs>

A copy activity Salesforce V2 sink.

Constructors

Link copied to clipboard
constructor(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, SalesforceV2SinkWriteBehavior>>? = null)

Properties

Link copied to clipboard
val disableMetricsCollection: Output<Any>? = null

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val externalIdFieldName: Output<Any>? = null

The name of the external ID field for upsert operation. Default value is 'Id' column. Type: string (or Expression with resultType string).

Link copied to clipboard
val ignoreNullValues: Output<Any>? = null

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
val maxConcurrentConnections: Output<Any>? = null

The maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val sinkRetryCount: Output<Any>? = null

Sink retry count. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val sinkRetryWait: Output<Any>? = null

Sink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard
val type: Output<String>

Copy sink type. Expected value is 'SalesforceV2Sink'.

Link copied to clipboard
val writeBatchSize: Output<Any>? = null

Write batch size. Type: integer (or Expression with resultType integer), minimum: 0.

Link copied to clipboard
val writeBatchTimeout: Output<Any>? = null

Write batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|(0-9)):(60|(0-9)).

Link copied to clipboard
val writeBehavior: Output<Either<String, SalesforceV2SinkWriteBehavior>>? = null

The write behavior for the operation. Default is Insert.

Functions

Link copied to clipboard
open override fun toJava(): SalesforceV2SinkArgs