GetBlobResult

data class GetBlobResult(val accessTier: String, val contentMd5: String, val contentType: String, val encryptionScope: String, val id: String, val metadata: Map<String, String>, val name: String, val storageAccountName: String, val storageContainerName: String, val type: String, val url: String)

A collection of values returned by getBlob.

Constructors

Link copied to clipboard
constructor(accessTier: String, contentMd5: String, contentType: String, encryptionScope: String, id: String, metadata: Map<String, String>, name: String, storageAccountName: String, storageContainerName: String, type: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The access tier of the storage blob.

Link copied to clipboard

The MD5 sum of the blob contents.

Link copied to clipboard

The content type of the storage blob.

Link copied to clipboard

The encryption scope for this blob.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A map of custom blob metadata.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The type of the storage blob

Link copied to clipboard
val url: String

The URL of the storage blob.