OracleCloudStorageLocation Class

Definition

The location of Oracle Cloud Storage dataset.

public class OracleCloudStorageLocation : Microsoft.Azure.Management.DataFactory.Models.DatasetLocation
type OracleCloudStorageLocation = class
    inherit DatasetLocation
Public Class OracleCloudStorageLocation
Inherits DatasetLocation
Inheritance
OracleCloudStorageLocation

Constructors

OracleCloudStorageLocation()

Initializes a new instance of the OracleCloudStorageLocation class.

OracleCloudStorageLocation(IDictionary<String,Object>, Object, Object, Object, Object)

Initializes a new instance of the OracleCloudStorageLocation class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from DatasetLocation)
BucketName

Gets or sets specify the bucketName of Oracle Cloud Storage. Type: string (or Expression with resultType string)

FileName

Gets or sets specify the file name of dataset. Type: string (or Expression with resultType string).

(Inherited from DatasetLocation)
FolderPath

Gets or sets specify the folder path of dataset. Type: string (or Expression with resultType string)

(Inherited from DatasetLocation)
Version

Gets or sets specify the version of Oracle Cloud Storage. Type: string (or Expression with resultType string).

Applies to