AWS SDK for .NET Documentation
S3Object Class
AmazonAmazon.S3.ModelS3Object 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: http://docs.amazonwebservices.com/AmazonS3/latest/UsingObjects.html
Declaration Syntax
C#
public class S3Object
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
S3Object()()()()
Initializes a new instance of the S3Object class

BucketName
The name of the bucket containing the object.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ETag
Any ETag set on the object.

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
The key of the object.

LastModified
The date and time the object was last modified.
Remarks
The date retrieved from S3 is in ISO8601 format. A GMT formatted date is passed back to the user.

Owner
The owner of the object.

Size
The size of the object.

StorageClass
The storage class of the object.

ToString()()()()
Returns a System.String that represents the S3Object.
(Overrides Object.ToString()()()().)
Inheritance Hierarchy

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)