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.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class S3ObjectVersion : S3Object
Public Class S3ObjectVersion _
	Inherits S3Object
public ref class S3ObjectVersion : public S3Object

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Determines whether the specified Object is equal to the current 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.

Inheritance Hierarchy

System..::..Object
  Amazon.S3.Model..::..S3Object
    Amazon.S3.Model..::..S3ObjectVersion

See Also