BlobDownloadStreamingResult
in package
FinalYes
Represents Azure Storage blob download streaming result data.
Table of Contents
Properties
- $content : StreamInterface
- $properties : BlobProperties
Methods
- fromResponse() : self
- __construct() : mixed
Properties
$content read-only
public
StreamInterface
$content
$properties read-only
public
BlobProperties
$properties
Methods
fromResponse()
public
static fromResponse(ResponseInterface $response) : self
Parameters
- $response : ResponseInterface
Return values
self__construct()
private
__construct(StreamInterface $content, BlobProperties $properties) : mixed
Parameters
- $content : StreamInterface
- $properties : BlobProperties