FileServerReadSettings Class

File server read settings.

Constructor

FileServerReadSettings(*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

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

wildcard_file_name
any

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

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

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

modified_datetime_start
any

The start of file's modified datetime. Type: string (or Expression with resultType string).

modified_datetime_end
any

The end of file's modified datetime. Type: string (or Expression with resultType string).

file_filter
any

Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).

type
str

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

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

enable_partition_discovery

boolean (or Expression with resultType boolean).

enable_partition_discovery: Any | None

file_filter

Specify a filter to be used to select a subset of files in the folderPath rather than all files. Type: string (or Expression with resultType string).

file_filter: 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

modified_datetime_end

string (or Expression with resultType string).

modified_datetime_end: Any | None

modified_datetime_start

string (or Expression with resultType string).

modified_datetime_start: 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 "FileServerReadSettings".

type: Literal['FileServerReadSettings']

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