Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StorageClient

Package version

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

export

Hierarchy

Index

Constructors

constructor

  • new StorageClient(url: string, options?: coreHttp.ServiceClientOptions): StorageClient

Properties

accountName

accountName: string

appendBlob

appendBlob: AppendBlob

blob

blob: Blob

blockBlob

blockBlob: BlockBlob

container

container: Container

credential

credential: StorageSharedKeyCredential | AnonymousCredential | TokenCredential

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.

memberof

StorageClient

directory

directory: Directory

Protected isHttps

isHttps: boolean
memberof

StorageClient

pageBlob

pageBlob: PageBlob

service

service: Service

Protected storageClientContext

storageClientContext: StorageClientContext

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

memberof

StorageClient

url

url: string

Encoded URL string value.

memberof

StorageClient

version

version: string

Generated using TypeDoc