Represents a version of an object in an S3 Bucket. An S3 object version is an S3 object
that also has a version identifier, an indication of whether this is the latest version of the object
and whether it's a DeleteMarker or not.

C# |
public class S3ObjectVersion : S3Object

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | S3ObjectVersion()()()() | Initializes a new instance of the S3ObjectVersion class |
![]() | BucketName |
The name of the bucket containing the object.
(Inherited from S3Object.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | ETag |
Any ETag set on the object.
(Inherited from S3Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | IsDeleteMarker |
If true, the object is a delete marker for a deleted object.
|
![]() | IsLatest |
If true, the version is the latest version of an object.
|
![]() | Key |
The key of the object.
(Inherited from S3Object.) |
![]() | LastModified |
The date and time the object was last modified.
(Inherited from S3Object.)![]()
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.
(Inherited from S3Object.) |
![]() | Size |
The size of the object.
(Inherited from S3Object.) |
![]() | StorageClass |
The storage class of the object.
(Inherited from S3Object.) |
![]() | ToString()()()() |
Returns a System.String that represents the S3Object.
(Overrides S3Object.ToString()()()().) |
![]() | VersionId |
The identifier of the object version.
|