DatasetParquetAzureBlobFsLocationArgs

data class DatasetParquetAzureBlobFsLocationArgs(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<DatasetParquetAzureBlobFsLocationArgs>

Constructors

Link copied to clipboard
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 on the Azure Data Lake Storage Account.

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

The container on the Azure Data Lake Storage Account hosting the file.

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

The folder path to the file on the Azure Data Lake Storage Account.

Functions

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