AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
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.
Namespace: Amazon.S3.Model
Assembly: AWSSDK.S3.dll
Version: 3.x.y.z
public class S3ObjectVersion : S3Object
The S3ObjectVersion type exposes the following members
Name | Description | |
---|---|---|
S3ObjectVersion() |
Name | Type | Description | |
---|---|---|---|
BucketName | System.String | Inherited from Amazon.S3.Model.S3Object. | |
ChecksumAlgorithm | System.Collections.Generic.List<System.String> | Inherited from Amazon.S3.Model.S3Object. | |
ETag | System.String | Inherited from Amazon.S3.Model.S3Object. | |
IsDeleteMarker | System.Boolean |
If true, the object is a delete marker for a deleted object. |
|
IsLatest | System.Boolean |
Specifies whether the object is (true) or is not (false) the latest version of an object. |
|
Key | System.String | Inherited from Amazon.S3.Model.S3Object. | |
LastModified | System.DateTime | Inherited from Amazon.S3.Model.S3Object. | |
Owner | Amazon.S3.Model.Owner | Inherited from Amazon.S3.Model.S3Object. | |
RestoreStatus | Amazon.S3.Model.RestoreStatus | Inherited from Amazon.S3.Model.S3Object. | |
Size | System.Int64 | Inherited from Amazon.S3.Model.S3Object. | |
StorageClass | Amazon.S3.S3StorageClass | Inherited from Amazon.S3.Model.S3Object. | |
VersionId | System.String |
Version ID of an object. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5