KeyVersion is a container for a key and optionally a version
of an S3 object.
Namespace: Amazon.S3.ModelAssembly: 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 |
| Member | Description | |
|---|---|---|
| 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) | (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()()()() | (Inherited from Object.) | |
| VersionId |
Gets and sets the version of an object.
|