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