FtpServerLocation Class
The location of ftp server dataset.
Constructor
FtpServerLocation(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
folder_path
|
Specify the folder path of dataset. Type: string (or Expression with resultType string). |
|
file_name
|
Specify the file name of dataset. Type: string (or Expression with resultType string). |
|
type
|
Type of dataset storage location. Required. Default value is "FtpServerLocation". |
Attributes
type
Type of dataset storage location. Required. Default value is "FtpServerLocation".
type: Literal['FtpServerLocation']