Uses of Class
com.azure.resourcemanager.datafactory.models.BinarySink
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of BinarySink in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionBinarySink.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.BinarySink.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the sink data store.BinarySink.withSinkRetryCount
(Object sinkRetryCount) Set the sinkRetryCount property: Sink retry count.BinarySink.withSinkRetryWait
(Object sinkRetryWait) Set the sinkRetryWait property: Sink retry wait.BinarySink.withStoreSettings
(StoreWriteSettings storeSettings) Set the storeSettings property: Binary store settings.BinarySink.withWriteBatchSize
(Object writeBatchSize) Set the writeBatchSize property: Write batch size.BinarySink.withWriteBatchTimeout
(Object writeBatchTimeout) Set the writeBatchTimeout property: Write batch timeout.