SqlDWSinkArgs

data class SqlDWSinkArgs(val allowCopyCommand: Output<Any>? = null, val allowPolyBase: Output<Any>? = null, val copyCommandSettings: Output<DWCopyCommandSettingsArgs>? = null, val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val polyBaseSettings: Output<PolybaseSettingsArgs>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val sqlWriterUseTableLock: Output<Any>? = null, val tableOption: Output<Any>? = null, val type: Output<String>, val upsertSettings: Output<SqlDWUpsertSettingsArgs>? = null, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Any>? = null) : ConvertibleToJava<SqlDWSinkArgs>

A copy activity SQL Data Warehouse sink.

Constructors

Link copied to clipboard
constructor(allowCopyCommand: Output<Any>? = null, allowPolyBase: Output<Any>? = null, copyCommandSettings: Output<DWCopyCommandSettingsArgs>? = null, disableMetricsCollection: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, polyBaseSettings: Output<PolybaseSettingsArgs>? = null, preCopyScript: Output<Any>? = null, sinkRetryCount: Output<Any>? = null, sinkRetryWait: Output<Any>? = null, sqlWriterUseTableLock: Output<Any>? = null, tableOption: Output<Any>? = null, type: Output<String>, upsertSettings: Output<SqlDWUpsertSettingsArgs>? = null, writeBatchSize: Output<Any>? = null, writeBatchTimeout: Output<Any>? = null, writeBehavior: Output<Any>? = null)

Properties

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

Indicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).

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

Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

Specifies Copy Command related settings when allowCopyCommand is true.

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 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

Specifies PolyBase-related settings when allowPolyBase is true.

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

SQL pre-copy script. Type: string (or Expression with resultType string).

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

Whether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).

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

The option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).

Link copied to clipboard
val type: Output<String>

Copy sink type. Expected value is 'SqlDWSink'.

Link copied to clipboard

SQL DW upsert settings.

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<Any>? = null

Write behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)

Functions

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