Click or drag to resize
UploadPartCopyRequest Properties

The UploadPartCopyRequest type exposes the following members.

Properties
  NameDescription
Public propertyBeginIndex
Gets or sets the beginning index of the source object to copy from.
Public propertyMatchingETagConstraints
Gets the constraints of matching ETag. If the source object's ETag matches any one in the list, the copy will be proceeded. Otherwise returns error code 412 (precondition failed).
Public propertyMd5Digest
Gets or sets the MD5 checksum for the part's data.
Public propertyModifiedSinceConstraint
Gets or sets the constraints of modified timestamp threshold. If the value is smaller than the actual last modified time, proceed the copy. Otherwise returns 412 (precondition failed).
Public propertyNonmatchingETagConstraints
Gets the constraints of non-matching ETag. If the source object's ETag does not match any one in the list, the copy will be proceeded. Otherwise returns error code 412 (precondition failed).
Public propertyPartNumber
Gets or sets the part number. Every part upload will have a part number (from 1 to 10000). For a given upload id, the part number is the Id of the part and determine the position of the part in the whole file. If the same part number is uploaded with new data, the original data will be overwritten.
Public propertyPartSize
Gets or sets the part size Except the last part, other parts' size should be at least 5MB.
Public propertySourceBucket
Gets or sets the source bucket
Public propertySourceKey
Gets or sets the source object key.
Public propertyTargetBucket
Gets the target bucket name
Public propertyTargetKey
Gets the target key
Public propertyUnmodifiedSinceConstraint
Gets or sets the constraints of unmodified timestamp threshold. If the value is same or greater than the actual last modified time, proceed the copy. Otherwise returns 412 (precondition failed).
Public propertyUploadId
Gets the upload Id.
Top
See Also