UploadPartRequest Class |
Namespace: OBS.Model
public class UploadPartRequest : ObsBucketWebServiceRequest
The UploadPartRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | UploadPartRequest | Initializes a new instance of the UploadPartRequest class |
Name | Description | |
---|---|---|
![]() | AutoClose |
Whether to automatically close the input stream. The default value is "true".
|
![]() | BucketName |
Bucket name
(Inherited from ObsBucketWebServiceRequest.) |
![]() | ContentMd5 |
Base64-encoded MD5 value of the part to be uploaded, used for consistency verification on the server
|
![]() | FilePath |
Path to the source file of the part
|
![]() | InputStream |
Data stream of the to-be-uploaded part
|
![]() | ObjectKey |
Object name
|
![]() | Offset |
Start offset of the part in the source file
|
![]() | PartNumber |
Part number
|
![]() | PartSize |
Part size
|
![]() | ProgressInterval |
A progress bar is provided to show the progress. The default value is 100 KB or 1 second.
|
![]() | ProgressMetric | Obsolete. |
![]() | ProgressType |
Mode for presenting the upload progress. The default value is "ByBytes".
|
![]() | SseCHeader |
SSE-C encryption headers of the part
|
![]() | UploadId |
Multipart upload ID
|
![]() | UploadProgress |
Progress bar
|