Uses of Class
com.azure.analytics.synapse.artifacts.models.OdbcSink
Package
Description
Package containing the data models for ArtifactsClient.
-
Uses of OdbcSink in com.azure.analytics.synapse.artifacts.models
Modifier and TypeMethodDescriptionOdbcSink.setMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.OdbcSink.setPreCopyScript
(Object preCopyScript) Set the preCopyScript property: A query to execute before starting the copy.OdbcSink.setSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.OdbcSink.setSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.OdbcSink.setWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.OdbcSink.setWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.