Uses of Class
com.azure.resourcemanager.datafactory.models.SqlDWSink
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SqlDWSink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSqlDWSink.withAllowCopyCommand
(Object allowCopyCommand) Set the allowCopyCommand property: Indicates to use Copy Command to copy data into SQL Data Warehouse.SqlDWSink.withAllowPolyBase
(Object allowPolyBase) Set the allowPolyBase property: Indicates to use PolyBase to copy data into SQL Data Warehouse when applicable.SqlDWSink.withCopyCommandSettings
(DWCopyCommandSettings copyCommandSettings) Set the copyCommandSettings property: Specifies Copy Command related settings when allowCopyCommand is true.SqlDWSink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.SqlDWSink.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.SqlDWSink.withPolyBaseSettings
(PolybaseSettings polyBaseSettings) Set the polyBaseSettings property: Specifies PolyBase-related settings when allowPolyBase is true.SqlDWSink.withPreCopyScript
(Object preCopyScript) Set the preCopyScript property: SQL pre-copy script.SqlDWSink.withSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.SqlDWSink.withSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.SqlDWSink.withSqlWriterUseTableLock
(Object sqlWriterUseTableLock) Set the sqlWriterUseTableLock property: Whether to use table lock during bulk copy.SqlDWSink.withTableOption
(Object tableOption) Set the tableOption property: The option to handle sink table, such as autoCreate.SqlDWSink.withUpsertSettings
(SqlDWUpsertSettings upsertSettings) Set the upsertSettings property: SQL DW upsert settings.SqlDWSink.withWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.SqlDWSink.withWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.SqlDWSink.withWriteBehavior
(Object writeBehavior) Set the writeBehavior property: Write behavior when copying data into azure SQL DW.