Represents an S3 Bucket Object Version. An S3 Object version is an S3 object
that also has a VersionId, whether this is the Latest version of the object
and if its a DeleteMarker or not.
Namespace: Amazon.S3.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| S3ObjectVersion()()()() | Initializes a new instance of the S3ObjectVersion class | |
| BucketName |
Gets and sets the BucketName property.
This is the name of the S3 Bucket in which the
key is stored.
| |
| Equals(Object) | (Inherited from Object.) | |
| ETag |
Gets and sets the ETag property.
| |
| 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 |
Gets and Sets the IsDeleteMarker property.
Specifies whether the object is (true) or
is not (false) the latest version of an object.
| |
| IsLatest |
Gets and Sets the IsLatest property.
Specifies whether the object is (true) or
is not (false) the latest version of an object.
| |
| Key |
Gets and sets the Key property.
| |
| LastModified |
Gets and sets the LastModified property.
Date retrieved from S3 is in ISO8601 format.
GMT formatted date is passed back to the user.
| |
| Owner |
Gets and sets the Owner property.
| |
| Size |
Gets and sets the Size property.
| |
| StorageClass |
Gets and sets the StorageClass property.
| |
| ToString()()()() |
Returns a System.String that represents the S3Object.
(Overrides S3Object..::..ToString()()()().) | |
| VersionId |
Gets and sets the VersionId property.
|