Click or drag to resize

InitiateMultipartUploadRequest Class

Parameters in a request for initializing a multipart upload
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public class InitiateMultipartUploadRequest : PutObjectBasicRequest

The InitiateMultipartUploadRequest type exposes the following members.

Constructors
  NameDescription
Public methodInitiateMultipartUploadRequest
Initializes a new instance of the InitiateMultipartUploadRequest class
Top
Properties
  NameDescription
Public propertyBucketName
Bucket name
(Inherited from ObsBucketWebServiceRequest.)
Public propertyCannedAcl
Object ACL
(Inherited from PutObjectBasicRequest.)
Public propertyContentType
MIME type of the object
(Inherited from PutObjectBasicRequest.)
Public propertyExpires
Expiration time of the generated object
Public propertyMetadata
Customized metadata of the object
(Inherited from PutObjectBasicRequest.)
Public propertyObjectKey
Object name
(Inherited from PutObjectBasicRequest.)
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 propertyWebsiteRedirectLocation
Redirection link which can redirect the request to another object in the bucket or to an external URL
(Inherited from PutObjectBasicRequest.)
Top
Methods
  NameDescription
Public methodGrantExtensionPermission
Grant the OBS extension permissions to a user.
(Inherited from PutObjectBasicRequest.)
Public methodWithDrawExtensionPermission
Withdraw the user's OBS extension permissions.
(Inherited from PutObjectBasicRequest.)
Top
See Also