Dataset Json Azure Blob Storage Location Args
data class DatasetJsonAzureBlobStorageLocationArgs(val container: Output<String>, val dynamicContainerEnabled: Output<Boolean>? = null, val dynamicFilenameEnabled: Output<Boolean>? = null, val dynamicPathEnabled: Output<Boolean>? = null, val filename: Output<String>, val path: Output<String>) : ConvertibleToJava<DatasetJsonAzureBlobStorageLocationArgs>
Constructors
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.