Dataset Delimited Text Azure Blob Storage Location Args
data class DatasetDelimitedTextAzureBlobStorageLocationArgs(val container: Output<String>, val dynamicContainerEnabled: Output<Boolean>? = null, val dynamicFilenameEnabled: Output<Boolean>? = null, val dynamicPathEnabled: Output<Boolean>? = null, val filename: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<DatasetDelimitedTextAzureBlobStorageLocationArgs>