Click or drag to resize

MultipartUpload Class

Multipart upload
Inheritance Hierarchy
SystemObject
  OBS.ModelMultipartUpload

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

The MultipartUpload type exposes the following members.

Constructors
  NameDescription
Public methodMultipartUpload
Initializes a new instance of the MultipartUpload class
Top
Properties
  NameDescription
Public propertyInitiated
Creation time of the multipart upload
Public propertyInitiator
Creator of the multipart upload
Public propertyObjectKey
Object name
Public propertyOwner
Owner of the multipart upload
Public propertyStorageClass
Storage class of the object uploaded in multipart mode
Public propertyUploadId
Multipart upload ID
Top
See Also