DatasetJsonAzureBlobStorageLocationArgs

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

Link copied to clipboard
constructor(container: Output<String>, dynamicContainerEnabled: Output<Boolean>? = null, dynamicFilenameEnabled: Output<Boolean>? = null, dynamicPathEnabled: Output<Boolean>? = null, filename: Output<String>, path: Output<String>)

Properties

Link copied to clipboard
val container: Output<String>

The container on the Azure Blob Storage Account hosting the file.

Link copied to clipboard
val dynamicContainerEnabled: Output<Boolean>? = null

Is the container using dynamic expression, function or system variables? Defaults to false.

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 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>

The filename of the file on the web server.

Link copied to clipboard
val path: Output<String>

The folder path to the file on the web server.

Functions

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