S3Object Type
This type represents a single S3 Object.
Remarks
This type represents a single S3 Object.
Fields
ETag String |
An Etag for the current object. This is used to tell if an object has been modified. The value is the MD5 hash of the object. |
LastModified String |
The date and time at which the object was last modified. |
Name String |
The name (key) of the current object. |
OwnerDisplayName String |
The display name of the Object owner. |
OwnerId String |
The owner ID of the Object. |
Size long |
The size of the current object. |
StorageClass String |
The storage type of the current object. |
UploadId String |
The Update ID that identifies the multipart upload. |
Constructors
public S3Object();
public S3Object(String name, String lastModified, int size, String storageClass, String ETag, String ownerId, String ownerDisplayName, String uploadId);