Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StorageClient

Package version

A StorageClient represents a based URL class for BlobServiceClient, ContainerClient and etc.

export
class

StorageClient

Hierarchy

Index

Constructors

Protected constructor

Properties

accountName

accountName: string

credential

Such as AnonymousCredential, StorageSharedKeyCredential or any credential from the @azure/identity package to authenticate requests to the service. You can also provide an object that implements the TokenCredential interface. If not specified, AnonymousCredential is used.

type

{StorageSharedKeyCredential | AnonymousCredential | TokenCredential}

memberof

StorageClient

Protected isHttps

isHttps: boolean
type

{boolean}

memberof

StorageClient

Protected storageClientContext

storageClientContext: StorageClientContext

StorageClient is a reference to protocol layer operations entry, which is generated by AutoRest generator.

type

{StorageClientContext}

memberof

StorageClient

url

url: string

Encoded URL string value.

type

{string}

memberof

StorageClient

Generated using TypeDoc