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