S3Object Type
This type represents a single S3 Object.
Remarks
This type represents a single S3 Object.
Fields
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);