AmazonS3Location Class
The location of amazon S3 dataset.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.DatasetLocationAmazonS3Location
Constructor
AmazonS3Location(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, folder_path: MutableMapping[str, Any] | None = None, file_name: MutableMapping[str, Any] | None = None, bucket_name: MutableMapping[str, Any] | None = None, version: 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). |
bucket_name
|
<xref:JSON>
Specify the bucketName of amazon S3. Type: string (or Expression with resultType string). |
version
|
<xref:JSON>
Specify the version of amazon S3. 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). |
bucket_name
|
<xref:JSON>
Specify the bucketName of amazon S3. Type: string (or Expression with resultType string). |
version
|
<xref:JSON>
Specify the version of amazon S3. Type: string (or Expression with resultType string). |
Azure SDK for Python