AzureBlobStorageLocationResponse

data class AzureBlobStorageLocationResponse(val container: Any? = null, val fileName: Any? = null, val folderPath: Any? = null, val type: String)

The location of azure blob dataset.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val container: Any? = null

Specify the container of azure blob. 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 'AzureBlobStorageLocation'.