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

C# |
public class S3Object

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | S3Object()()()() | Initializes a new instance of the S3Object class |
![]() | BucketName |
The name of the bucket containing the object.
|
![]() | Equals(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.
![]()
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()()()().) |

Object | ||
![]() | S3Object | |
![]() | S3ObjectVersion |