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