AzureBlobStorageLocationArgs

data class AzureBlobStorageLocationArgs(val container: Output<Any>? = null, val fileName: Output<Any>? = null, val folderPath: Output<Any>? = null, val type: Output<String>) : ConvertibleToJava<AzureBlobStorageLocationArgs>

The location of azure blob dataset.

Constructors

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

Properties

Link copied to clipboard
val container: Output<Any>? = null

Specify the container of azure blob. Type: string (or Expression with resultType string).

Link copied to clipboard
val fileName: Output<Any>? = null

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

Link copied to clipboard
val folderPath: Output<Any>? = null

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

Link copied to clipboard
val type: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): AzureBlobStorageLocationArgs