AzureBlobFSLocationArgs

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

The location of azure blobFS dataset.

Constructors

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

Properties

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 fileSystem: Output<Any>? = null

Specify the fileSystem of azure blobFS. 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 'AzureBlobFSLocation'.

Functions

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