UploadPartRequest Properties |
The UploadPartRequest type exposes the following members.
Name | Description | |
---|---|---|
BucketName |
Gets the bucket name
| |
InputStream |
Gets or sets the part's input stream.
| |
Key |
Gets the object key
| |
Md5Digest |
Gets or sets the part data's MD5.
| |
PartNumber |
Gets the part number which is between 1 to 10000.
Each part has the Part number as its Id and for a given upload Id, the part number determine the part's position in the whole file.
If there's another part upload with the same part number under the same upload Id, the existing data will be overwritten.
| |
PartSize |
Gets or sets the part size.
Except the last part, all other parts size are at least 5MB.
| |
StreamTransferProgress |
Gets or sets the progress callback.
| |
UploadId |
Gets the upload Id
|