OracleCloudStorageLocationResponse

data class OracleCloudStorageLocationResponse(val bucketName: Any? = null, val fileName: Any? = null, val folderPath: Any? = null, val type: String, val version: Any? = null)

The location of Oracle Cloud Storage dataset.

Constructors

Link copied to clipboard
constructor(bucketName: Any? = null, fileName: Any? = null, folderPath: Any? = null, type: String, version: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: Any? = null

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

Link copied to clipboard
val fileName: Any? = null

Specify the file name of dataset. Type: string (or Expression with resultType string).

Link copied to clipboard
val folderPath: Any? = null

Specify the folder path of dataset. Type: string (or Expression with resultType string)

Link copied to clipboard

Type of dataset storage location. Expected value is 'OracleCloudStorageLocation'.

Link copied to clipboard
val version: Any? = null

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