DatasetDelimitedTextAzureBlobFsLocationArgs

data class DatasetDelimitedTextAzureBlobFsLocationArgs(val dynamicFileSystemEnabled: Output<Boolean>? = null, val dynamicFilenameEnabled: Output<Boolean>? = null, val dynamicPathEnabled: Output<Boolean>? = null, val fileSystem: Output<String>? = null, val filename: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<DatasetDelimitedTextAzureBlobFsLocationArgs>

Constructors

constructor(dynamicFileSystemEnabled: Output<Boolean>? = null, dynamicFilenameEnabled: Output<Boolean>? = null, dynamicPathEnabled: Output<Boolean>? = null, fileSystem: Output<String>? = null, filename: Output<String>? = null, path: Output<String>? = null)

Properties

Link copied to clipboard
val dynamicFilenameEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val dynamicFileSystemEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val dynamicPathEnabled: Output<Boolean>? = null

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

Link copied to clipboard
val filename: Output<String>? = null

The filename of the file.

Link copied to clipboard
val fileSystem: Output<String>? = null

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

Link copied to clipboard
val path: Output<String>? = null

The folder path to the file.

Functions

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