Click or drag to resize

PutObjectBasicRequest Class

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 abstract class PutObjectBasicRequest : ObsBucketWebServiceRequest

The PutObjectBasicRequest type exposes the following members.

Properties
  NameDescription
Public propertyBucketName
Bucket name
(Inherited from ObsBucketWebServiceRequest.)
Public propertyCannedAcl
Object ACL
Public propertyContentType
MIME type of the object
Public propertyMetadata
Customized metadata of the object
Public propertyObjectKey
Object name
Public propertySseHeader
SSE decryption headers of the object content
Public propertyStorageClass
Object storage class
Public propertySuccessRedirectLocation
Redirection address after a successfully responded request
Public propertyWebsiteRedirectLocation
Redirection link which can redirect the request to another object in the bucket or to an external URL
Top
Methods
  NameDescription
Public methodGrantExtensionPermission
Grant the OBS extension permissions to a user.
Public methodWithDrawExtensionPermission
Withdraw the user's OBS extension permissions.
Top
See Also