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