DynamicsSinkArgs

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

A copy activity Dynamics sink.

Constructors

Link copied to clipboard
constructor(alternateKeyName: Output<Any>? = null, bypassBusinessLogicExecution: Output<Any>? = null, bypassPowerAutomateFlows: Output<Any>? = null, disableMetricsCollection: 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, DynamicsSinkWriteBehavior>>)

Properties

Link copied to clipboard
val alternateKeyName: Output<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
val bypassBusinessLogicExecution: Output<Any>? = null

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

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

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 ignoreNullValues: Output<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
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 'DynamicsSink'.

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

The write behavior for the operation.

Functions

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