Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StorageClient

Package version

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

Hierarchy

Index

Constructors

Protected constructor

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.

Protected isHttps

isHttps: boolean

pageBlob

pageBlob: PageBlob

Protected pipeline

pipeline: Pipeline

Request policy pipeline.

internal

service

service: Service

Protected storageClientContext

storageClientContext: StorageClientContext

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

url

url: string

Encoded URL string value.

version

version: string

Generated using TypeDoc