UploadPartRequest Class |
Namespace: Aliyun.OSS
The UploadPartRequest type exposes the following members.
Name | Description | |
---|---|---|
UploadPartRequest | Initializes a new instance of the UploadPartRequest class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ToString | (Inherited from Object.) |
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
|