Uses of Class
com.azure.resourcemanager.datafactory.models.OdbcSink
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of OdbcSink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionOdbcSink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.OdbcSink.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.OdbcSink.withPreCopyScript
(Object preCopyScript) Set the preCopyScript property: A query to execute before starting the copy.OdbcSink.withSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.OdbcSink.withSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.OdbcSink.withWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.OdbcSink.withWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.