Dataset Binary Azure Blob Storage Location Args
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>
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.