DatasetDelimitedTextAzureBlobFsLocation

data class DatasetDelimitedTextAzureBlobFsLocation(val dynamicFileSystemEnabled: Boolean? = null, val dynamicFilenameEnabled: Boolean? = null, val dynamicPathEnabled: Boolean? = null, val fileSystem: String? = null, val filename: String? = null, val path: String? = null)

Constructors

Link copied to clipboard
constructor(dynamicFileSystemEnabled: Boolean? = null, dynamicFilenameEnabled: Boolean? = null, dynamicPathEnabled: Boolean? = null, fileSystem: String? = null, filename: String? = null, path: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is the filename using dynamic expression, function or system variables? Defaults to false.

Link copied to clipboard

Is the file_system using dynamic expression, function or system variables? Defaults to false.

Link copied to clipboard

Is the path using dynamic expression, function or system variables? Defaults to false.

Link copied to clipboard
val filename: String? = null

The filename of the file.

Link copied to clipboard
val fileSystem: String? = null

The storage data lake gen2 file system on the Azure Blob Storage Account hosting the file.

Link copied to clipboard
val path: String? = null

The folder path to the file.