AWS SDK for .NET Documentation
PartETag Class
AmazonAmazon.S3.ModelPartETag Did this page help you?   Yes   No    Tell us about it...
A container holding the part number and etag used when completing a multipart upload.
Declaration Syntax
C#
public class PartETag : IComparable<PartETag>
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PartETag()()()()
Default constructor.

PartETag(Int32, String)
Constructs an instance of PartETag and sets the part number and etag.

CompareTo(PartETag)
Compares the current object with another object of the same type.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ETag
The entity tag associated with the part.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
PartNumber
The part number identifying the part.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithETag(String) Obsolete.
Sets the entity tag associated with the part.

WithPartNumber(Int32) Obsolete.
Sets the part number identifying the part.

Inheritance Hierarchy
Object
PartETag

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