Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StorageClient

Package version

A StorageClient represents a based URL class for {@link BlobServiceClient}, {@link ContainerClient} and etc.

export

Hierarchy

Index

Constructors

Protected constructor

Properties

accountName

accountName: string

Protected blobEndpointUrl

blobEndpointUrl: string

Encoded URL string value for corresponding blob endpoint.

memberof

StorageClient

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

Protected dfsEndpointUrl

dfsEndpointUrl: string

Encoded URL string value for corresponding dfs endpoint.

memberof

StorageClient

fileSystem

fileSystem: FileSystemOperations

Protected isHttps

isHttps: boolean
memberof

StorageClient

path

path: PathOperations

resource

resource: string

service

service: Service

Protected storageClientContext

storageClientContext: StorageClientContext

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

memberof

StorageClient

Protected storageClientContextToBlobEndpoint

storageClientContextToBlobEndpoint: StorageClientContext

storageClientContextWithBlobEndpoint is a reference to protocol layer operations entry, which is generated by AutoRest generator, with its url pointing to the Blob endpoint.

memberof

StorageClient

url

url: string

Encoded URL string value.

memberof

StorageClient

version

version: string

Generated using TypeDoc