Ftp Read Settings Response
data class FtpReadSettingsResponse(val deleteFilesAfterCompletion: Any? = null, val disableChunking: Any? = null, val disableMetricsCollection: Any? = null, val enablePartitionDiscovery: Any? = null, val fileListPath: Any? = null, val maxConcurrentConnections: Any? = null, val partitionRootPath: Any? = null, val recursive: Any? = null, val type: String, val useBinaryTransfer: Any? = null, val wildcardFileName: Any? = null, val wildcardFolderPath: Any? = null)
Ftp read settings.
Constructors
Link copied to clipboard
fun FtpReadSettingsResponse(deleteFilesAfterCompletion: Any? = null, disableChunking: Any? = null, disableMetricsCollection: Any? = null, enablePartitionDiscovery: Any? = null, fileListPath: Any? = null, maxConcurrentConnections: Any? = null, partitionRootPath: Any? = null, recursive: Any? = null, type: String, useBinaryTransfer: Any? = null, wildcardFileName: Any? = null, wildcardFolderPath: Any? = null)