Flow PHP

Options

FinalYes

Methods

__construct()  : mixed
blockFactory()  : BlockFactory
blockSize()  : int
fileFastPath()  : bool
listBlobOptions()  : ListBlobOptions
tmpDir()  : Path
withBlockFactory()  : self
withBlockSize()  : self
withFileFastPath()  : self
When enabled (default), list() on a single-file path will first attempt getBlobProperties on the blob.
withListBlobInclude()  : self
withListBlobMaxResults()  : self
withListBlobShowOnly()  : self
withTmpDir()  : self

Methods

__construct()

public __construct() : mixed

blockFactory()

public blockFactory() : BlockFactory
Return values
BlockFactory

blockSize()

public blockSize() : int
Return values
int

fileFastPath()

public fileFastPath() : bool
Return values
bool

listBlobOptions()

public listBlobOptions() : ListBlobOptions
Return values
ListBlobOptions

tmpDir()

public tmpDir() : Path
Return values
Path

withBlockFactory()

public withBlockFactory(BlockFactory $blockFactory) : self
Parameters
$blockFactory : BlockFactory
Return values
self

withBlockSize()

public withBlockSize(int $blockSize) : self
Parameters
$blockSize : int
Return values
self

withFileFastPath()

When enabled (default), list() on a single-file path will first attempt getBlobProperties on the blob.

public withFileFastPath([bool $enabled = true ]) : self

If it exists, list() yields just that single FileStatus and never issues listBlobs. This avoids the container-list permission requirement and an extra round-trip when reading single files. Disable if your workloads typically pass folder/prefix paths to list(), to skip the (failing) properties call.

Parameters
$enabled : bool = true
Return values
self

withListBlobInclude()

public withListBlobInclude(OptionInclude ...$listBlobInclude) : self
Parameters
$listBlobInclude : OptionInclude
Return values
self

withListBlobMaxResults()

public withListBlobMaxResults(int $listBlobMaxResults) : self
Parameters
$listBlobMaxResults : int
Return values
self

withListBlobShowOnly()

public withListBlobShowOnly(OptionShowOnly $listBlobShowOnly) : self
Parameters
$listBlobShowOnly : OptionShowOnly
Return values
self

withTmpDir()

public withTmpDir(Path $tmpDir) : self
Parameters
$tmpDir : Path
Return values
self

        
On this page

Search results