FtpReadSettings Class

Ftp read settings.

Constructor

FtpReadSettings(*args: Any, **kwargs: Any)

Variables

Name Description
max_concurrent_connections
any

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

disable_metrics_collection
any

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

recursive
any

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

wildcard_folder_path
any

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

wildcard_file_name
any

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

enable_partition_discovery
any

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

partition_root_path
any

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

delete_files_after_completion
any

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

file_list_path
any

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).

use_binary_transfer
any

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

disable_chunking
any

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

type
str

The read setting type. Required. Default value is "FtpReadSettings".

Attributes

delete_files_after_completion

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

delete_files_after_completion: Any | None

disable_chunking

boolean (or Expression with resultType boolean).

disable_chunking: Any | None

enable_partition_discovery

boolean (or Expression with resultType boolean).

enable_partition_discovery: Any | None

file_list_path

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).

file_list_path: Any | None

partition_root_path

string (or Expression with resultType string).

partition_root_path: Any | None

recursive

boolean (or Expression with resultType boolean).

recursive: Any | None

type

The read setting type. Required. Default value is "FtpReadSettings".

type: Literal['FtpReadSettings']

use_binary_transfer

boolean (or Expression with resultType boolean).

use_binary_transfer: Any | None

wildcard_file_name

string (or Expression with resultType string).

wildcard_file_name: Any | None

wildcard_folder_path

string (or Expression with resultType string).

wildcard_folder_path: Any | None