Class TransferPart
Represents an individual part of the EntityBody being uploaded.
Namespace: OpenCloud\ObjectStore\Upload
CodeCoverageIgnore
Located at OpenCloud/ObjectStore/Upload/TransferPart.php
CodeCoverageIgnore
Located at OpenCloud/ObjectStore/Upload/TransferPart.php
public
mixed
|
|
public
integer
|
|
public
mixed
|
|
public
string
|
|
public
mixed
|
|
public
integer
|
|
public
mixed
|
|
public
string
|
|
public static
OpenCloud\Common\Http\Request
|
#
createRequest( EntityBody $part, integer $number, OpenStack $client, array $options )
Create the request needed for this upload to the API. |
public static
|
#
fromResponse( Guzzle\Http\Message\Response $response, integer $partNumber = 1 )
Construct a TransferPart from a HTTP response delivered by the API. |
protected
integer
|
$partNumber |
|
#
Its position in the upload queue. |
protected
string
|
$eTag |
|
#
This upload's ETag checksum. |
protected
integer
|
$contentLength |
|
#
The length of this upload in bytes. |
protected
string
|
$path |
|
#
The API path of this upload. |