Share via


ContainerClientLike interface

An interface compatible with Storage Blob's ContainerClient class.

Methods

getBlobClient(string)

Creates a getBlockBlobClient()

listBlobsFlat(ContainerListBlobsOptions)

Returns an async iterable iterator to list all the blobs under the specified account.

Method Details

getBlobClient(string)

Creates a getBlockBlobClient()

function getBlobClient(blobName: string): BlobClientLike

Parameters

blobName

string

Returns

listBlobsFlat(ContainerListBlobsOptions)

Returns an async iterable iterator to list all the blobs under the specified account.

function listBlobsFlat(options?: ContainerListBlobsOptions): PagedAsyncIterableIterator<BlobItem, ContainerListBlobFlatSegmentResponse, PageSettings>

Parameters

Returns