Click or drag to resize
UploadPartRequest Properties

The UploadPartRequest type exposes the following members.

Properties
  NameDescription
Public propertyBucketName
Gets the bucket name
Public propertyInputStream
Gets or sets the part's input stream.
Public propertyKey
Gets the object key
Public propertyMd5Digest
Gets or sets the part data's MD5.
Public propertyPartNumber
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.
Public propertyPartSize
Gets or sets the part size. Except the last part, all other parts size are at least 5MB.
Public propertyStreamTransferProgress
Gets or sets the progress callback.
Public propertyUploadId
Gets the upload Id
Top
See Also