Skip to main content

TS3RestoreObjectRequest

Class in AWS.S3

RestoreObject request class.

Ancestors

Properties

RestoreRequest

property RestoreRequest: IS3RestoreRequest

Type: IS3RestoreRequest

VersionId

property VersionId: string

Constructors

Create

constructor Create(const ABucket, AKey: string);

Constructor for TS3RestoreObjectRequest.

Parameters

NameDescription
ABucketThe bucket name of the object to restore.
AKeyThe key of the object to restore.