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 holding the part number, etag, and optional checksum used when completing a multipart upload.

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.PartETag

Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z

Syntax

C#
public class PartETag
         IComparable<PartETag>

The PartETag type exposes the following members

Constructors

NameDescription
Public Method PartETag()

Default constructor.

Public Method PartETag(int, string)

Constructs an instance of PartETag and sets the part number and etag.

Public Method PartETag(UploadPartResponse)

Constructs an instance of PartETag from an UploadPart response

Public Method PartETag(CopyPartResponse)

Constructs an instance of PartETag from an CopyPart response

Properties

NameTypeDescription
Public Property ChecksumCRC32 System.String

Gets and sets the property ChecksumCRC32.

The base64-encoded, 32-bit CRC32 checksum of the object.

Public Property ChecksumCRC32C System.String

Gets and sets the property ChecksumCRC32C.

The base64-encoded, 32-bit CRC32C checksum of the object.

Public Property ChecksumSHA1 System.String

Gets and sets the property ChecksumSHA1.

The base64-encoded, 160-bit SHA-1 digest of the object.

Public Property ChecksumSHA256 System.String

Gets and sets the property ChecksumSHA256.

The base64-encoded, 256-bit SHA-256 digest of the object.

Public Property ETag System.String

The entity tag associated with the part.

Public Property PartNumber System.Int32

The part number identifying the part.

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)

Compares the current object with another object of the same type.

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