Table of Contents

Class KeyVersion

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

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

string

VersionId

VersionId for the specific version of the object to delete.

public string VersionId { get; set; }

Property Value

string