S3Object Class

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Represents an S3 Object. Contains all attributes that an S3 Object has. For more information about S3 Objects refer:

Inheritance Hierarchy

System.Object
  Amazon.S3.Model.S3Object

Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class S3Object : Object

The S3Object type exposes the following members

Constructors

  Name Description
Public Method S3Object()

Properties

  Name Description
Public Property ETag Any ETag set on the object.
Public Property Key The key of the object.
Public Property LastModified The date and time the object was last modified. The date retrieved from S3 is in ISO8601 format. A GMT formatted date is passed back to the user.
Public Property Owner The owner of the object.
Public Property Size The size of the object.
Public Property StorageClass The class of storage used to store the object.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8