A container holding the part number and etag used when completing a multipart upload.

C# |
public class PartETag : IComparable<PartETag>

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | 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) | (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.
|

Object | |
![]() | PartETag |