FtpReadSettingsArgs

data class FtpReadSettingsArgs(val deleteFilesAfterCompletion: Output<Any>? = null, val disableChunking: Output<Any>? = null, val disableMetricsCollection: Output<Any>? = null, val enablePartitionDiscovery: Output<Any>? = null, val fileListPath: Output<Any>? = null, val maxConcurrentConnections: Output<Any>? = null, val partitionRootPath: Output<Any>? = null, val recursive: Output<Any>? = null, val type: Output<String>, val useBinaryTransfer: Output<Any>? = null, val wildcardFileName: Output<Any>? = null, val wildcardFolderPath: Output<Any>? = null) : ConvertibleToJava<FtpReadSettingsArgs>

Ftp read settings.

Constructors

Link copied to clipboard
constructor(deleteFilesAfterCompletion: Output<Any>? = null, disableChunking: Output<Any>? = null, disableMetricsCollection: Output<Any>? = null, enablePartitionDiscovery: Output<Any>? = null, fileListPath: Output<Any>? = null, maxConcurrentConnections: Output<Any>? = null, partitionRootPath: Output<Any>? = null, recursive: Output<Any>? = null, type: Output<String>, useBinaryTransfer: Output<Any>? = null, wildcardFileName: Output<Any>? = null, wildcardFolderPath: Output<Any>? = null)

Properties

Link copied to clipboard
val deleteFilesAfterCompletion: Output<Any>? = null

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: Output<Any>? = null

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

Link copied to clipboard
val disableMetricsCollection: Output<Any>? = null

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

Link copied to clipboard
val enablePartitionDiscovery: Output<Any>? = null

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

Link copied to clipboard
val fileListPath: Output<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
val maxConcurrentConnections: Output<Any>? = null

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

Link copied to clipboard
val partitionRootPath: Output<Any>? = null

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

Link copied to clipboard
val recursive: Output<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
val type: Output<String>

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

Link copied to clipboard
val useBinaryTransfer: Output<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: Output<Any>? = null

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

Link copied to clipboard
val wildcardFolderPath: Output<Any>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): FtpReadSettingsArgs