Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlobLocation

Package version

interface

An interface representing BlobLocation. Describes the access location for a blob.

Hierarchy

  • BlobLocation

Index

Properties

Properties

Optional credentials

credentials: undefined | string
member

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

uri

uri: string
member

{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.

Generated using TypeDoc