Click or drag to resize

UploadFileRequest Properties

The UploadFileRequest type exposes the following members.

Properties
  NameDescription
Public propertyBucketName
Bucket name
(Inherited from ObsBucketWebServiceRequest.)
Public propertyCannedAcl
Object ACL
(Inherited from PutObjectBasicRequest.)
Public propertyCheckpointFile
File used to record the upload progress
(Inherited from ResumableUploadRequest.)
Public propertyContentType
MIME type of the object
(Inherited from PutObjectBasicRequest.)
Public propertyEnableCheckpoint
Identifier specifying whether the resumable mode is enabled
(Inherited from ResumableUploadRequest.)
Public propertyEnableCheckSum
Identifier specifying whether the to-be-uploaded content will be verified
(Inherited from ResumableUploadRequest.)
Public propertyExpires
Expiration time of the generated object
(Inherited from ResumableUploadRequest.)
Public propertyMetadata
Customized metadata of the object
(Inherited from PutObjectBasicRequest.)
Public propertyObjectKey
Object name
(Inherited from PutObjectBasicRequest.)
Public propertyProgressInterval
Interval for refreshing the upload progress. The default value is 100 KB or 1 second.
(Inherited from ResumableUploadRequest.)
Public propertyProgressType
Mode for presenting the upload progress. The default value is "ByBytes".
(Inherited from ResumableUploadRequest.)
Public propertySseHeader
SSE decryption headers of the object content
(Inherited from PutObjectBasicRequest.)
Public propertyStorageClass
Object storage class
(Inherited from PutObjectBasicRequest.)
Public propertySuccessRedirectLocation
Redirection address after a successfully responded request
(Inherited from PutObjectBasicRequest.)
Public propertyTaskNum
Maximum number of parts that can be concurrently uploaded
Public propertyUploadEventHandler
Upload event callback function
(Inherited from ResumableUploadRequest.)
Public propertyUploadFile
To-be-uploaded local file
Public propertyUploadPartSize
Part size
(Inherited from ResumableUploadRequest.)
Public propertyUploadProgress
Upload progress callback function
(Inherited from ResumableUploadRequest.)
Public propertyWebsiteRedirectLocation
Redirection link which can redirect the request to another object in the bucket or to an external URL
(Inherited from PutObjectBasicRequest.)
Top
See Also