DatasetLocation Class
Dataset location.
You probably want to use the sub-classes and not this class directly. Known sub-classes are: AmazonS3CompatibleLocation, AmazonS3Location, AzureBlobFSLocation, AzureBlobStorageLocation, AzureDataLakeStoreLocation, AzureFileStorageLocation, FileServerLocation, FtpServerLocation, GoogleCloudStorageLocation, HdfsLocation, HttpServerLocation, LakeHouseLocation, OracleCloudStorageLocation, SftpLocation
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelDatasetLocation
Constructor
DatasetLocation(*, 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