Package version:
Optional
disableIf true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
Optional
maxThe maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
Optional
preSQL pre-copy script. Type: string (or Expression with resultType string).
Optional
sinkSink retry count. Type: integer (or Expression with resultType integer).
Optional
sinkSink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Optional
sqlSQL writer stored procedure name. Type: string (or Expression with resultType string).
Optional
sqlSQL writer table type. Type: string (or Expression with resultType string).
Optional
sqlWhether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
Optional
storedSQL stored procedure parameters.
Optional
storedThe stored procedure parameter name of the table type. Type: string (or Expression with resultType string).
Optional
tableThe option to handle sink table, such as autoCreate. For now only 'autoCreate' value is supported. Type: string (or Expression with resultType string).
Polymorphic discriminator, which specifies the different types this object can be
Optional
upsertSQL upsert settings.
Optional
writeWrite batch size. Type: integer (or Expression with resultType integer), minimum: 0.
Optional
writeWrite batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
Optional
writeWrite behavior when copying data into Azure SQL. Type: SqlWriteBehaviorEnum (or Expression with resultType SqlWriteBehaviorEnum)
A copy activity Azure SQL sink.