Skip to main content

TS3ObjectVersion

Class in AWS.S3

ObjectVersion node class.

Ancestors

Properties

ETag

property ETag: string

IsLatest

property IsLatest: TOptional<Boolean>

Key

property Key: string

LastModified

property LastModified: TOptional<TDateTime>

Owner

property Owner: IS3Owner

Type: IS3Owner

Size

property Size: TOptional<Integer>

StorageClass

property StorageClass: string

VersionId

property VersionId: string

Constructors

Create

constructor Create(const ANode: IXMLNode);

Constructor for TS3ObjectVersion.

Parameters

NameDescription
ANodeA Version XML node.