FtpReadSettingsResponse

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the source files need to be deleted after copy completion. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val disableChunking: Any? = null

If true, disable parallel reading within each file. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val fileListPath: Any? = null

Point to a text file that lists each file (relative path to the path configured in the dataset) that you want to copy. Type: string (or Expression with resultType string).

Link copied to clipboard

The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).

Link copied to clipboard
val partitionRootPath: Any? = null

Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string).

Link copied to clipboard
val recursive: Any? = null

If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard

The read setting type. Expected value is 'FtpReadSettings'.

Link copied to clipboard
val useBinaryTransfer: Any? = null

Specify whether to use binary transfer mode for FTP stores. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val wildcardFileName: Any? = null

Ftp wildcardFileName. Type: string (or Expression with resultType string).

Link copied to clipboard
val wildcardFolderPath: Any? = null

Ftp wildcardFolderPath. Type: string (or Expression with resultType string).