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
[VB.NET] Public S3Object() [C#] public S3Object();
[VB.NET] Public S3Object(ByVal Name As String, ByVal LastModified As String, ByVal Size As Integer, ByVal StorageClass As String, ByVal ETag As String, ByVal OwnerId As String, ByVal OwnerDisplayName As String, ByVal UploadId As String) [C#] public S3Object(string name, string lastModified, int size, string storageClass, string ETag, string ownerId, string ownerDisplayName, string uploadId);