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
Methods summary
public
|
|
public
integer
|
|
public
|
|
public
string
|
|
public
|
|
public
integer
|
|
public
|
|
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. |