FileServerLocation Class
The location of file server dataset.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.DatasetLocationFileServerLocation
Constructor
FileServerLocation(*, additional_properties: Optional[Dict[str, Any]] = None, folder_path: Optional[Any] = None, file_name: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. Type of dataset storage location.Constant filled by server.
- folder_path
- any
Specify the folder path of dataset. Type: string (or Expression with resultType string).
- file_name
- any
Specify the file name of dataset. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for