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