Click or drag to resize

CopyPartRequest Class

Parameters in the request for copying parts
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 CopyPartRequest : ObsBucketWebServiceRequest

The CopyPartRequest type exposes the following members.

Constructors
  NameDescription
Public methodCopyPartRequest
Initializes a new instance of the CopyPartRequest class
Top
Properties
  NameDescription
Public propertyBucketName
Bucket name
(Inherited from ObsBucketWebServiceRequest.)
Public propertyByteRange
Copy range of the source object
Public propertyDestinationSseCHeader
SSE-C encryption headers of parts
Public propertyObjectKey
Target object name
Public propertyPartNumber
Target part number
Public propertySourceBucketName
Source bucket name
Public propertySourceObjectKey
Source object name
Public propertySourceSseCHeader
SSE-C decryption headers of the source object
Public propertySourceVersionId
Version ID of the source object
Public propertyUploadId
Multipart upload ID
Top
See Also