DynamicsSinkResponse

data class DynamicsSinkResponse(val alternateKeyName: Any? = null, val bypassBusinessLogicExecution: Any? = null, val bypassPowerAutomateFlows: Any? = null, val disableMetricsCollection: 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)

A copy activity Dynamics sink.

Constructors

Link copied to clipboard
constructor(alternateKeyName: Any? = null, bypassBusinessLogicExecution: Any? = null, bypassPowerAutomateFlows: Any? = null, disableMetricsCollection: Any? = null, ignoreNullValues: Any? = null, maxConcurrentConnections: Any? = null, sinkRetryCount: Any? = null, sinkRetryWait: Any? = null, type: String, writeBatchSize: Any? = null, writeBatchTimeout: Any? = null, writeBehavior: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alternateKeyName: Any? = null

The logical name of the alternate key which will be used when upserting records. Type: string (or Expression with resultType string).

Link copied to clipboard

Controls the bypass of Dataverse custom business logic. Type: string (or Expression with resultType string). Type: string (or Expression with resultType string).

Link copied to clipboard

Controls the bypass of Power Automate flows. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

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

Link copied to clipboard
val ignoreNullValues: Any? = null

The flag indicating whether ignore null values from input dataset (except key fields) during write operation. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

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

Link copied to clipboard
val sinkRetryCount: Any? = null

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

Link copied to clipboard
val sinkRetryWait: 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

Copy sink type. Expected value is 'DynamicsSink'.

Link copied to clipboard
val writeBatchSize: Any? = null

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

Link copied to clipboard
val writeBatchTimeout: 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

The write behavior for the operation.