Uses of Class
com.azure.resourcemanager.datafactory.models.SftpWriteSettings
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of SftpWriteSettings in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionSftpWriteSettings.withCopyBehavior
(Object copyBehavior) Set the copyBehavior property: The type of copy behavior for copy sink.SftpWriteSettings.withDisableMetricsCollection
(Object disableMetricsCollection) Set the disableMetricsCollection property: If true, disable data store metrics collection.SftpWriteSettings.withMaxConcurrentConnections
(Object maxConcurrentConnections) Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store.SftpWriteSettings.withOperationTimeout
(Object operationTimeout) Set the operationTimeout property: Specifies the timeout for writing each chunk to SFTP server.SftpWriteSettings.withUseTempFileRename
(Object useTempFileRename) Set the useTempFileRename property: Upload to temporary file(s) and rename.