AzureBlobFilesystem implements Filesystem
Read onlyYes
FinalYes
Interfaces
- Filesystem
Methods
- __construct() : mixed
- appendTo() : DestinationStream
- getSystemTmpDir() : Path
- list() : Generator
- mv() : bool
- protocol() : Protocol
- readFrom() : SourceStream
- rm() : bool
- status() : FileStatus|null
- writeTo() : DestinationStream
Methods
__construct()
public
__construct(BlobServiceInterface $blobService, Options $options) : mixed
Parameters
- $blobService : BlobServiceInterface
- $options : Options
appendTo()
public
appendTo(Path $path) : DestinationStream
Parameters
- $path : Path
Return values
DestinationStreamgetSystemTmpDir()
public
getSystemTmpDir() : Path
Return values
Pathlist()
public
list(Path $path[, Filter $pathFilter = new KeepAll() ]) : Generator
Parameters
- $path : Path
- $pathFilter : Filter = new KeepAll()
Return values
Generatormv()
public
mv(Path $from, Path $to) : bool
Parameters
- $from : Path
- $to : Path
Return values
boolprotocol()
public
protocol() : Protocol
Return values
ProtocolreadFrom()
public
readFrom(Path $path) : SourceStream
Parameters
- $path : Path
Return values
SourceStreamrm()
public
rm(Path $path) : bool
Parameters
- $path : Path
Return values
boolstatus()
public
status(Path $path) : FileStatus|null
Parameters
- $path : Path
Return values
FileStatus|nullwriteTo()
public
writeTo(Path $path) : DestinationStream
Parameters
- $path : Path