Specifies an object key and optional object version.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class KeyVersion
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | 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 | 
            The object key.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VersionId | 
            The object version id.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | KeyVersion |