DatasetBinaryAzureBlobStorageLocationArgs

data class DatasetBinaryAzureBlobStorageLocationArgs(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<DatasetBinaryAzureBlobStorageLocationArgs>

Constructors

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

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>? = null

The filename of the file in the blob container.

Link copied to clipboard
val path: Output<String>? = null

The folder path to the file in the blob container.

Functions

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