AzureDataLakeStoreReadSettings Class
Azure data lake store read settings.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.StoreReadSettingsAzureDataLakeStoreReadSettings
Constructor
AzureDataLakeStoreReadSettings(*, additional_properties: Optional[Dict[str, Any]] = None, max_concurrent_connections: Optional[Any] = None, disable_metrics_collection: Optional[Any] = None, recursive: Optional[Any] = None, wildcard_folder_path: Optional[Any] = None, wildcard_file_name: Optional[Any] = None, file_list_path: Optional[Any] = None, list_after: Optional[Any] = None, list_before: Optional[Any] = None, enable_partition_discovery: Optional[bool] = None, partition_root_path: Optional[Any] = None, delete_files_after_completion: Optional[Any] = None, modified_datetime_start: Optional[Any] = None, modified_datetime_end: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. The read setting type.Constant filled by server.
- 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
ADLS wildcardFolderPath. Type: string (or Expression with resultType string).
- wildcard_file_name
- any
ADLS 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).
- list_after
- any
Lists files after the value (exclusive) based on file/folder names' lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- list_before
- any
Lists files before the value (inclusive) based on file/folder names' lexicographical order. Applies under the folderPath in data set, and filter files/sub-folders under the folderPath. Type: string (or Expression with resultType string).
- enable_partition_discovery
- bool
Indicates whether to enable partition discovery.
- 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).
Feedback
Submit and view feedback for