AppendObjectRequest Class |
Namespace: OBS.Model
public class AppendObjectRequest : PutObjectRequest
The AppendObjectRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppendObjectRequest | Initializes a new instance of the AppendObjectRequest class |
Name | Description | |
---|---|---|
![]() | AutoClose |
Whether to automatically close the input stream. The default value is "true".
(Inherited from PutObjectRequest.) |
![]() | BucketName |
Bucket name
(Inherited from ObsBucketWebServiceRequest.) |
![]() | CannedAcl |
Object ACL
(Inherited from PutObjectBasicRequest.) |
![]() | ContentLength |
Size of the object content to be uploaded
(Inherited from PutObjectRequest.) |
![]() | ContentMd5 |
Base64-encoded MD5 value of the object content to be uploaded, used for consistency verification on the server
(Inherited from PutObjectRequest.) |
![]() | ContentType |
MIME type of the object
(Inherited from PutObjectBasicRequest.) |
![]() | Expires |
Expiration time of a successfully uploaded object
(Inherited from PutObjectRequest.) |
![]() | FilePath |
Path to the source file
(Inherited from PutObjectRequest.) |
![]() | InputStream |
Data stream to be uploaded
(Inherited from PutObjectRequest.) |
![]() | Metadata |
Customized metadata of the object
(Inherited from PutObjectBasicRequest.) |
![]() | ObjectKey |
Object name
(Inherited from PutObjectBasicRequest.) |
![]() | Offset |
Start offset of a part in the source file
(Inherited from PutObjectRequest.) |
![]() | Position |
Start postion for the appendable upload
|
![]() | ProgressInterval |
Interval for refreshing the upload progress. The default value is 100 KB or 1 second.
(Inherited from PutObjectRequest.) |
![]() | ProgressMetric | Obsolete. (Inherited from PutObjectRequest.) |
![]() | ProgressType |
Mode for presenting the upload progress. The default value is "ByBytes".
(Inherited from PutObjectRequest.) |
![]() | 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.) |
![]() | UploadProgress |
Upload progress callback function
(Inherited from PutObjectRequest.) |
![]() | 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.) |