OracleCloudStorageLocation Class
The location of Oracle Cloud Storage dataset.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.DatasetLocationOracleCloudStorageLocation
Constructor
OracleCloudStorageLocation(*, additional_properties: Optional[Dict[str, Any]] = None, folder_path: Optional[Any] = None, file_name: Optional[Any] = None, bucket_name: Optional[Any] = None, version: 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).
- bucket_name
- any
Specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string).
- version
- any
Specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for