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 int |
The part number of the current part. |
Size int |
The size of the current part. |
Constructors
public S3Part();
public S3Part(int partNumber, String objectName, String lastModified, int size, String ETag, String ownerId, String ownerDisplayName);