BlobCopyResult
in package
FinalYes
Represents Azure Storage blob copy result data.
Table of Contents
Properties
- $copyId : string
- $copyStatus : CopyStatus
Methods
- fromResponse() : self
- __construct() : mixed
Properties
$copyId read-only
public
string
$copyId
$copyStatus read-only
public
CopyStatus
$copyStatus
Methods
fromResponse()
public
static fromResponse(ResponseInterface $response) : self
Parameters
- $response : ResponseInterface
Return values
self__construct()
private
__construct(string $copyId, CopyStatus $copyStatus) : mixed
Parameters
- $copyId : string
- $copyStatus : CopyStatus