Azure OSS for PHP API Reference

BlockBlobClient
in package

FinalYes

Provides staged upload operations for an Azure Storage block blob.

Table of Contents

Properties

$blobName  : string
$containerName  : string
$credential  : StorageSharedKeyCredential|TokenCredential|null
$uri  : UriInterface
$client  : Client

Methods

__construct()  : mixed
commitBlockList()  : void
Commits an ordered list of staged block IDs as the blob's content.
commitBlockListAsync()  : PromiseInterface
Asynchronously commits an ordered list of staged block IDs.
stageBlock()  : void
Stages a block for later inclusion in the blob's committed block list.
stageBlockAsync()  : PromiseInterface
Asynchronously stages a block for later commitment.

Properties

Methods

On this page

Search results