BlobLocationResponse

data class BlobLocationResponse(val credentials: String? = null, val uri: String)

Describes the access location for a blob.

Constructors

Link copied to clipboard
constructor(credentials: String? = null, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val credentials: String? = null

Access credentials for the blob, if applicable (e.g. blob specified by storage account connection string + blob URI)

Link copied to clipboard
val uri: String

The URI from which the blob is accessible from. For example, aml://abc for system assets or https://xyz for user assets or payload.