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.
Inheritance Hierarchy
Namespace: Amazon.S3.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class S3ObjectVersion : S3Object
The S3ObjectVersion type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
S3ObjectVersion() |
Properties
Name | Description | |
---|---|---|
![]() |
ETag | Any ETag set on the object. |
![]() |
IsDeleteMarker | If true, the object is a delete marker for a deleted object. |
![]() |
IsLatest | Specifies whether the object is (true) or is not (false) the latest version of an object. |
![]() |
Key | The key of the object. |
![]() |
LastModified |
The date and time the object was last modified.
|
![]() |
Owner | The owner of the object. |
![]() |
Size | The size of the object. |
![]() |
StorageClass | The class of storage used to store the object. |
![]() |
VersionId | Version ID of an 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