S3Part Type
This type represents a single S3 Part.
Remarks
This type represents a single S3 Part.
Fields
ETag String |
An Etag for the current part. |
LastModified String |
The date and time at which the part was last modified. |
ObjectName String |
The name (key) of the current object. |
OwnerDisplayName String |
The display name of the Object owner. |
OwnerId String |
The owner ID of the part. |
PartNumber Integer |
The part number of the current part. |
Size Integer |
The size of the current part. |
Constructors
[VB.NET] Public S3Part() [C#] public S3Part();
[VB.NET] Public S3Part(ByVal PartNumber As Integer, ByVal ObjectName As String, ByVal LastModified As String, ByVal Size As Integer, ByVal ETag As String, ByVal OwnerId As String, ByVal OwnerDisplayName As String) [C#] public S3Part(int partNumber, string objectName, string lastModified, int size, string ETag, string ownerId, string ownerDisplayName);