Class KeyVersion
Specifies an object key and optional object version.
public class KeyVersion
- Inheritance
-
KeyVersion
- Inherited Members
Constructors
KeyVersion()
public KeyVersion()
Properties
Key
Key name of the object to delete.
public string Key { get; set; }
Property Value
VersionId
VersionId for the specific version of the object to delete.
public string VersionId { get; set; }