PartDetail Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
A container for elements related to a particular part in a multipart operation. A response can contain zero or more Part elements.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.PartETag
    Amazon.S3.Model.PartDetail

Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class PartDetail : PartETag
         IComparable<PartETag>

The PartDetail type exposes the following members

Constructors

  Name Description
Public Method PartDetail()

Properties

  Name Description
Public Property ETag The entity tag associated with the part.
Public Property LastModified The date and time at which the part was uploaded.
Public Property PartNumber The part number identifying the part.
Public Property Size The size of the uploaded part data.

Methods

  Name Description
Public Method CompareTo(PartETag) Compares the current object with another object of the same type.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8