Class UploadPart
An object that encapsulates the data for a Glacier upload operation
- Aws\Common\Model\MultipartUpload\AbstractUploadPart implements Aws\Common\Model\MultipartUpload\UploadPartInterface
-
Aws\Glacier\Model\MultipartUpload\UploadPart
Namespace: Aws\Glacier\Model\MultipartUpload
Located at Aws/Glacier/Model/MultipartUpload/UploadPart.php
Located at Aws/Glacier/Model/MultipartUpload/UploadPart.php
Methods summary
-
publicgetChecksum ( ) -
publicgetContentHash ( ) -
publicgetSize ( ) -
publicgetOffset ( ) -
publicgetRange ( )Returns the byte range of the part as an array
-
publicgetFormattedRange ( )Returns the byte range ot the part formatted for the Content-Range header
Methods detail
Returns
stringReturns
stringReturns
integerReturns
integerReturns the byte range of the part as an array
Returns
arrayReturns the byte range ot the part formatted for the Content-Range header
Returns
stringMethods inherited from Aws\Common\Model\MultipartUpload\AbstractUploadPart
fromArray(),
getPartNumber(),
loadData(),
serialize(),
toArray(),
unserialize()
Magic methods summary
Properties summary
protected static
array
|
$keyMap |
#
A map of external array keys to internal property names |
protected
string
|
$checksum |
#
The sha256 tree hash of the upload body |
protected
string
|
$contentHash |
#
The sha256 linear hash of the upload body |
protected
integer
|
$size |
#
The size (or content-length) in bytes of the upload body |
protected
integer
|
$offset |
#
The starting offset byte of the upload body |