Uses of Class
com.azure.resourcemanager.datafactory.models.SqlSink
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SqlSink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSqlSink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.SqlSink.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.SqlSink.withPreCopyScript
(Object preCopyScript) Set the preCopyScript property: SQL pre-copy script.SqlSink.withSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.SqlSink.withSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.SqlSink.withSqlWriterStoredProcedureName
(Object sqlWriterStoredProcedureName) Set the sqlWriterStoredProcedureName property: SQL writer stored procedure name.SqlSink.withSqlWriterTableType
(Object sqlWriterTableType) Set the sqlWriterTableType property: SQL writer table type.SqlSink.withSqlWriterUseTableLock
(Object sqlWriterUseTableLock) Set the sqlWriterUseTableLock property: Whether to use table lock during bulk copy.SqlSink.withStoredProcedureParameters
(Object storedProcedureParameters) Set the storedProcedureParameters property: SQL stored procedure parameters.SqlSink.withStoredProcedureTableTypeParameterName
(Object storedProcedureTableTypeParameterName) Set the storedProcedureTableTypeParameterName property: The stored procedure parameter name of the table type.SqlSink.withTableOption
(Object tableOption) Set the tableOption property: The option to handle sink table, such as autoCreate.SqlSink.withUpsertSettings
(SqlUpsertSettings upsertSettings) Set the upsertSettings property: SQL upsert settings.SqlSink.withWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.SqlSink.withWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.SqlSink.withWriteBehavior
(Object writeBehavior) Set the writeBehavior property: Write behavior when copying data into sql.