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>
Properties
Link copied to clipboard
Is the container using dynamic expression, function or system variables? Defaults to false.
Link copied to clipboard
Is the filename 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.