Dataset Parquet Azure Blob Fs Location Args
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>
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
The container on the Azure Data Lake Storage Account hosting the file.