SftpLocation Class
The location of SFTP dataset.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.DatasetLocationSftpLocation
Constructor
SftpLocation(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, folder_path: MutableMapping[str, Any] | None = None, file_name: MutableMapping[str, Any] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
folder_path
|
<xref:JSON>
Specify the folder path of dataset. Type: string (or Expression with resultType string). |
file_name
|
<xref:JSON>
Specify the file name of dataset. Type: string (or Expression with resultType string). |
Variables
Name | Description |
---|---|
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
type
|
Type of dataset storage location. Required. |
folder_path
|
<xref:JSON>
Specify the folder path of dataset. Type: string (or Expression with resultType string). |
file_name
|
<xref:JSON>
Specify the file name of dataset. Type: string (or Expression with resultType string). |
Azure SDK for Python