Uses of Class
com.azure.analytics.synapse.artifacts.models.SqlSink
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of SqlSink in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionSqlSink.setMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.SqlSink.setPreCopyScript
(Object preCopyScript) Set the preCopyScript property: SQL pre-copy script.SqlSink.setSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.SqlSink.setSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.SqlSink.setSqlWriterStoredProcedureName
(Object sqlWriterStoredProcedureName) Set the sqlWriterStoredProcedureName property: SQL writer stored procedure name.SqlSink.setSqlWriterTableType
(Object sqlWriterTableType) Set the sqlWriterTableType property: SQL writer table type.SqlSink.setStoredProcedureParameters
(Map<String, StoredProcedureParameter> storedProcedureParameters) Set the storedProcedureParameters property: SQL stored procedure parameters.SqlSink.setStoredProcedureTableTypeParameterName
(Object storedProcedureTableTypeParameterName) Set the storedProcedureTableTypeParameterName property: The stored procedure parameter name of the table type.SqlSink.setTableOption
(Object tableOption) Set the tableOption property: The option to handle sink table, such as autoCreate.SqlSink.setWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.SqlSink.setWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.