Class PartDetail
A container for elements related to a particular part in a multipart operation. A response can contain zero or more Part elements.
public class PartDetail : PartETag, IComparable<PartETag>
- Inheritance
-
PartDetail
- Implements
- Inherited Members
Constructors
PartDetail()
public PartDetail()
Properties
LastModified
The date and time at which the part was uploaded.
public DateTime LastModified { get; set; }
Property Value
Size
The size of the uploaded part data.
public long Size { get; set; }