CopyObjectRequest Properties |
The CopyObjectRequest type exposes the following members.
Name | Description | |
---|---|---|
![]() | BucketName |
Bucket name
(Inherited from ObsBucketWebServiceRequest.) |
![]() | CannedAcl |
Object ACL
(Inherited from PutObjectBasicRequest.) |
![]() | ContentType |
MIME type of the object
(Inherited from PutObjectBasicRequest.) |
![]() | IfMatch |
Copy the source object if its ETag is the same as the one specified by this parameter; otherwise, an error code is returned.
|
![]() | IfModifiedSince |
Copy the source object if it is changed after the time specified by this parameter; otherwise, an error code is returned.
|
![]() | IfNoneMatch |
Copy the source object if its ETag is different from the one specified by this parameter; otherwise, an error code is returned.
|
![]() | IfUnmodifiedSince |
Copy the source object if it is changed before the time specified by this parameter; otherwise, an error code is returned.
|
![]() | Metadata |
Customized metadata of the object
(Inherited from PutObjectBasicRequest.) |
![]() | MetadataDirective |
Replication policy
|
![]() | ObjectKey |
Object name
(Inherited from PutObjectBasicRequest.) |
![]() | SourceBucketName |
Source bucket name
|
![]() | SourceObjectKey |
Source object name
|
![]() | SourceSseCHeader |
SSE-C encryption headers of the source object
|
![]() | SourceVersionId |
Version ID of the source object
|
![]() | 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.) |
![]() | WebsiteRedirectLocation |
Redirection link which can redirect the request to another object in the bucket or to an external URL
(Inherited from PutObjectBasicRequest.) |