Flow PHP

BlobService implements BlobServiceInterface

Read onlyYes
FinalYes

Interfaces

BlobServiceInterface

Constants

VERSION  = '2024-08-04'

Methods

__construct()  : mixed
copyBlob()  : void
deleteBlob()  : void
deleteContainer()  : void
getBlob()  : BlobContent
getBlobProperties()  : BlobProperties|null
getBlockBlobBlockList()  : BlockList
getContainerProperties()  : ContainerProperties|null
listBlobs()  : Generator<string|int, Blob>
putBlockBlob()  : void
putBlockBlobBlock()  : void
putBlockBlobBlockList()  : void
putContainer()  : void

Constants

Methods

copyBlob()

public copyBlob(string $fromBlob, string $toBlob[, CopyBlobOptions $options = new CopyBlobOptions() ]) : void
Parameters
$fromBlob : string
$toBlob : string
$options : CopyBlobOptions = new CopyBlobOptions()
Tags
throws
AzureException
throws
ClientExceptionInterface

putBlockBlob()

public putBlockBlob(string $path[, null|resource|string $content = null ][, int|null $size = null ][, PutBlockBlobOptions $options = new PutBlockBlobOptions() ]) : void
Parameters
$path : string
$content : null|resource|string = null
$size : int|null = null
$options : PutBlockBlobOptions = new PutBlockBlobOptions()
Tags
throws
AzureException

putBlockBlobBlock()

public putBlockBlobBlock(string $path, string $blockId, resource|string $content, int $size[, PutBlockBlobBlockOptions $options = new PutBlockBlobBlockOptions() ]) : void
Parameters
$path : string
$blockId : string
$content : resource|string
$size : int
$options : PutBlockBlobBlockOptions = new PutBlockBlobBlockOptions()
Tags
throws
AzureException
throws
ClientExceptionInterface

        
On this page

Search results