Parts Property
A collection of multipart upload parts.
Syntax
[VB.NET] Public ReadOnlyProperty Parts As GlacierPartList
[C#] public GlacierPartList Parts {get;}
Remarks
This collection holds details about each of the parts in a multipart upload. It is populated after a call to ListParts.
This property is read-only and not available at design time.