Click or drag to resize
Part Class
The part's summary information in a multipart upload. It does not have the actual content data.
Inheritance Hierarchy
SystemObject
  Aliyun.OSSPart

Namespace: Aliyun.OSS
Assembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax
public class Part

The Part type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
The serialization string
(Overrides ObjectToString.)
Top
Properties
  NameDescription
Public propertyETag
The Etag of the part content.
Public propertyLastModified
Part's last updated time (typically it's just the upload time)
Public propertyPartETag
Gets the PartETag instance which consists of the part number and the ETag.
Public propertyPartNumber
Parts number.
Public propertySize
Size of the part content, in bytes.
Top
See Also