A list of the part sizes of the multipart upload.
 Declaration Syntax
 Declaration Syntax| C# | 
public class PartListElement
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PartListElement()()()() | Initializes a new instance of the PartListElement class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | RangeInBytes | 
            The byte range of a part, inclusive of the upper value of the range.
             
             | 
|  | SHA256TreeHash | 
            The SHA256 tree hash value that Amazon Glacier calculated for the part. This field is never null.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithRangeInBytes(String) | Obsolete. 
            Sets the RangeInBytes property
             | 
|  | WithSHA256TreeHash(String) | Obsolete. 
            Sets the SHA256TreeHash property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PartListElement |