GetBlobPlainArgs

data class GetBlobPlainArgs(val metadata: Map<String, String>? = null, val name: String, val storageAccountName: String, val storageContainerName: String) : ConvertibleToJava<GetBlobPlainArgs>

A collection of arguments for invoking getBlob.

Constructors

Link copied to clipboard
constructor(metadata: Map<String, String>? = null, name: String, storageAccountName: String, storageContainerName: String)

Properties

Link copied to clipboard
val metadata: Map<String, String>? = null

A map of custom blob metadata.

Link copied to clipboard

The name of the Blob.

Link copied to clipboard

The name of the Storage Account where the Container exists.

Link copied to clipboard

The name of the Storage Container where the Blob exists.

Functions

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