Represents an S3 Object. Contains all attributes that an S3 Object has. For more information about S3 Objects refer: http://docs.amazonwebservices.com/AmazonS3/latest/UsingObjects.html

Namespace: Amazon.S3.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class S3Object
Public Class S3Object
public ref class S3Object

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
S3Object()()()()
Initializes a new instance of the S3Object class
BucketName
Gets and sets the BucketName property. This is the name of the S3 Bucket in which the key is stored.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ETag
Gets and sets the ETag property.
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Key
Gets and sets the Key property.
LastModified
Gets and sets the LastModified property. Date retrieved from S3 is in ISO8601 format. GMT formatted date is passed back to the user.
Owner
Gets and sets the Owner property.
Size
Gets and sets the Size property.
StorageClass
Gets and sets the StorageClass property.
ToString()()()()
Returns a System.String that represents the S3Object.
(Overrides Object..::..ToString()()()().)

Inheritance Hierarchy

System..::..Object
  Amazon.S3.Model..::..S3Object
    Amazon.S3.Model..::..S3ObjectVersion

See Also