AzureSqlSinkArgs

data class AzureSqlSinkArgs(val disableMetricsCollection: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val preCopyScript: Output<Any>? = null, val sinkRetryCount: Output<Any>? = null, val sinkRetryWait: Output<Any>? = null, val sqlWriterStoredProcedureName: Output<Any>? = null, val sqlWriterTableType: Output<Any>? = null, val sqlWriterUseTableLock: Output<Any>? = null, val storedProcedureParameters: Output<Any>? = null, val storedProcedureTableTypeParameterName: Output<Any>? = null, val tableOption: Output<Any>? = null, val type: Output<String>, val upsertSettings: Output<SqlUpsertSettingsArgs>? = null, val writeBatchSize: Output<Any>? = null, val writeBatchTimeout: Output<Any>? = null, val writeBehavior: Output<Any>? = null) : ConvertibleToJava<AzureSqlSinkArgs>

A copy activity Azure SQL sink.

Constructors

Link copied to clipboard
constructor(disableMetricsCollection: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, preCopyScript: Output<Any>? = null, sinkRetryCount: Output<Any>? = null, sinkRetryWait: Output<Any>? = null, sqlWriterStoredProcedureName: Output<Any>? = null, sqlWriterTableType: Output<Any>? = null, sqlWriterUseTableLock: Output<Any>? = null, storedProcedureParameters: Output<Any>? = null, storedProcedureTableTypeParameterName: Output<Any>? = null, tableOption: Output<Any>? = null, type: Output<String>, upsertSettings: Output<SqlUpsertSettingsArgs>? = null, writeBatchSize: Output<Any>? = null, writeBatchTimeout: Output<Any>? = null, writeBehavior: Output<Any>? = 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 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 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 sqlWriterStoredProcedureName: Output<Any>? = null

SQL writer stored procedure name. Type: string (or Expression with resultType string).

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

SQL writer table type. Type: string (or Expression with resultType string).

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

SQL stored procedure parameters.

Link copied to clipboard

The stored procedure parameter name of the table type. Type: string (or Expression with resultType string).

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 'AzureSqlSink'.

Link copied to clipboard

SQL 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. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)

Functions

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