Sftp Read Settings Response
data class SftpReadSettingsResponse(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 modifiedDatetimeEnd: Any? = null, val modifiedDatetimeStart: Any? = null, val partitionRootPath: Any? = null, val recursive: Any? = null, val type: String, val wildcardFileName: Any? = null, val wildcardFolderPath: Any? = null)
Sftp read settings.
Constructors
Link copied to clipboard
fun SftpReadSettingsResponse(deleteFilesAfterCompletion: Any? = null, disableChunking: Any? = null, disableMetricsCollection: Any? = null, enablePartitionDiscovery: Any? = null, fileListPath: Any? = null, maxConcurrentConnections: Any? = null, modifiedDatetimeEnd: Any? = null, modifiedDatetimeStart: Any? = null, partitionRootPath: Any? = null, recursive: Any? = null, type: String, wildcardFileName: Any? = null, wildcardFolderPath: Any? = null)