Package version:
OptionalallowIndicates to use Copy Command to copy data into SQL Data Warehouse. Type: boolean (or Expression with resultType boolean).
OptionalallowIndicates to use PolyBase to copy data into SQL Data Warehouse when applicable. Type: boolean (or Expression with resultType boolean).
OptionalcopySpecifies Copy Command related settings when allowCopyCommand is true.
OptionaldisableIf true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
OptionalmaxThe maximum concurrent connection count for the sink data store. Type: integer (or Expression with resultType integer).
OptionalpolySpecifies PolyBase-related settings when allowPolyBase is true.
OptionalpreSQL pre-copy script. Type: string (or Expression with resultType string).
OptionalsinkSink retry count. Type: integer (or Expression with resultType integer).
OptionalsinkSink retry wait. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OptionalsqlWhether to use table lock during bulk copy. Type: boolean (or Expression with resultType boolean).
OptionaltableThe 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
OptionalupsertSQL DW upsert settings.
OptionalwriteWrite batch size. Type: integer (or Expression with resultType integer), minimum: 0.
OptionalwriteWrite batch timeout. Type: string (or Expression with resultType string), pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
OptionalwriteWrite behavior when copying data into azure SQL DW. Type: SqlDWWriteBehaviorEnum (or Expression with resultType SqlDWWriteBehaviorEnum)
A copy activity SQL Data Warehouse sink.