AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.S3.dll
Version: 3.x.y.z

Syntax

C#
public class PartDetail : PartETag
         IComparable<PartETag>

The PartDetail type exposes the following members

Constructors

NameDescription
Public Method PartDetail()

Properties

NameTypeDescription
Public Property ChecksumCRC32 System.String Inherited from Amazon.S3.Model.PartETag.
Public Property ChecksumCRC32C System.String Inherited from Amazon.S3.Model.PartETag.
Public Property ChecksumSHA1 System.String Inherited from Amazon.S3.Model.PartETag.
Public Property ChecksumSHA256 System.String Inherited from Amazon.S3.Model.PartETag.
Public Property ETag System.String Inherited from Amazon.S3.Model.PartETag.
Public Property LastModified System.DateTime

The date and time at which the part was uploaded.

Public Property PartNumber System.Int32 Inherited from Amazon.S3.Model.PartETag.
Public Property Size System.Int64

The size of the uploaded part data.

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method CompareTo(PartETag) Inherited from Amazon.S3.Model.PartETag.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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