BlobLocation interface

Describes the access location for a blob.

Properties

credentials

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

uri

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

Property Details

credentials

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

credentials?: string

Property Value

string

uri

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

uri: string

Property Value

string