KeyVersion is a container for a key and optionally a version of an S3 object.

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 KeyVersion
Public Class KeyVersion
public ref class KeyVersion

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
KeyVersion(String)
Constructs a KeyVersion object, specifying only the key.
KeyVersion(String, String)
Constructs a KeyVersion object. specifying both the key and the version.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Key
Gets and sets the key identifying the object.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
VersionId
Gets and sets the version of an object.

Inheritance Hierarchy

System..::..Object
  Amazon.S3.Model..::..KeyVersion

See Also