Azure Sql Sink Args
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
fun AzureSqlSinkArgs(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)
Functions
Properties
Link copied to clipboard
Link copied to clipboard