AzureFileStorageReadSettings Class
Azure File Storage read settings.
Constructor
AzureFileStorageReadSettings(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
max_concurrent_connections
|
The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer). |
|
disable_metrics_collection
|
If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean). |
|
recursive
|
If true, files under the folder path will be read recursively. Default is true. Type: boolean (or Expression with resultType boolean). |
|
wildcard_folder_path
|
Azure File Storage wildcardFolderPath. Type: string (or Expression with resultType string). |
|
wildcard_file_name
|
Azure File Storage wildcardFileName. Type: string (or Expression with resultType string). |
|
prefix
|
The prefix filter for the Azure File name starting from root path. Type: string (or Expression with resultType string). |
|
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). |
|
enable_partition_discovery
|
Indicates whether to enable partition discovery. Type: boolean (or Expression with resultType boolean). |
|
partition_root_path
|
Specify the root path where partition discovery starts from. Type: string (or Expression with resultType string). |
|
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). |
|
modified_datetime_start
|
The start of file's modified datetime. Type: string (or Expression with resultType string). |
|
modified_datetime_end
|
The end of file's modified datetime. Type: string (or Expression with resultType string). |
|
type
|
The read setting type. Required. Default value is "AzureFileStorageReadSettings". |
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_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
prefix
string (or Expression with resultType string).
prefix: Any | None
recursive
boolean (or Expression with resultType boolean).
recursive: Any | None
type
The read setting type. Required. Default value is "AzureFileStorageReadSettings".
type: Literal['AzureFileStorageReadSettings']
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