AWS SDK for .NET Documentation
PartDetail Class
AmazonAmazon.S3.ModelPartDetail 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.
Declaration Syntax
C#
public class PartDetail
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PartDetail()()()()
Initializes a new instance of the PartDetail class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ETag
The entity tag returned when the part was uploaded.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
LastModified
The date and time at which the part was uploaded.

PartNumber
The part number identifying the part.

Size
The size of the uploaded part data.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy
Object
PartDetail

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)