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