ResumableUploadRequest Class |
Namespace: OBS.Model
public abstract class ResumableUploadRequest : PutObjectBasicRequest
The ResumableUploadRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | ResumableUploadRequest |
Default constructor
|
![]() | ResumableUploadRequest(String, String) |
Constructor
|
Name | Description | |
---|---|---|
![]() | BucketName |
Bucket name
(Inherited from ObsBucketWebServiceRequest.) |
![]() | CannedAcl |
Object ACL
(Inherited from PutObjectBasicRequest.) |
![]() | CheckpointFile |
File used to record the upload progress
|
![]() | ContentType |
MIME type of the object
(Inherited from PutObjectBasicRequest.) |
![]() | EnableCheckpoint |
Identifier specifying whether the resumable mode is enabled
|
![]() | EnableCheckSum |
Identifier specifying whether the to-be-uploaded content will be verified
|
![]() | Expires |
Expiration time of the generated object
|
![]() | Metadata |
Customized metadata of the object
(Inherited from PutObjectBasicRequest.) |
![]() | ObjectKey |
Object name
(Inherited from PutObjectBasicRequest.) |
![]() | ProgressInterval |
Interval for refreshing the upload progress. The default value is 100 KB or 1 second.
|
![]() | ProgressType |
Mode for presenting the upload progress. The default value is "ByBytes".
|
![]() | SseHeader |
SSE decryption headers of the object content
(Inherited from PutObjectBasicRequest.) |
![]() | StorageClass |
Object storage class
(Inherited from PutObjectBasicRequest.) |
![]() | SuccessRedirectLocation |
Redirection address after a successfully responded request
(Inherited from PutObjectBasicRequest.) |
![]() | UploadEventHandler |
Upload event callback function
|
![]() | UploadPartSize |
Part size
|
![]() | UploadProgress |
Upload progress callback function
|
![]() | WebsiteRedirectLocation |
Redirection link which can redirect the request to another object in the bucket or to an external URL
(Inherited from PutObjectBasicRequest.) |
Name | Description | |
---|---|---|
![]() | GrantExtensionPermission |
Grant the OBS extension permissions to a user.
(Inherited from PutObjectBasicRequest.) |
![]() | WithDrawExtensionPermission |
Withdraw the user's OBS extension permissions.
(Inherited from PutObjectBasicRequest.) |