Options
FinalYes
Methods
- __construct() : mixed
- blockFactory() : BlockFactory
- blockSize() : int
- listBlobOptions() : ListBlobOptions
- tmpDir() : Path
- withBlockFactory() : self
- withBlockSize() : self
- withListBlobInclude() : self
- withListBlobMaxResults() : self
- withListBlobShowOnly() : self
- withTmpDir() : self
Methods
__construct()
public
__construct() : mixed
blockFactory()
public
blockFactory() : BlockFactory
Return values
BlockFactoryblockSize()
public
blockSize() : int
Return values
intlistBlobOptions()
public
listBlobOptions() : ListBlobOptions
Return values
ListBlobOptionstmpDir()
public
tmpDir() : Path
Return values
PathwithBlockFactory()
public
withBlockFactory(BlockFactory $blockFactory) : self
Parameters
- $blockFactory : BlockFactory
Return values
selfwithBlockSize()
public
withBlockSize(int $blockSize) : self
Parameters
- $blockSize : int
Return values
selfwithListBlobInclude()
public
withListBlobInclude(OptionInclude ...$listBlobInclude) : self
Parameters
- $listBlobInclude : OptionInclude
Return values
selfwithListBlobMaxResults()
public
withListBlobMaxResults(int $listBlobMaxResults) : self
Parameters
- $listBlobMaxResults : int
Return values
selfwithListBlobShowOnly()
public
withListBlobShowOnly(OptionShowOnly $listBlobShowOnly) : self
Parameters
- $listBlobShowOnly : OptionShowOnly
Return values
selfwithTmpDir()
public
withTmpDir(Path $tmpDir) : self
Parameters
- $tmpDir : Path