IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

S3Part Type

A multipart upload part.

Remarks

This type represents a multipart upload part.

Fields

ETag
String

The ETag of the part.

This property reflects the ETag of the part.

LastModified
String

The last modified time of the part.

This property reflects the last modified time of the part.

ObjectName
String

The name (key) of the object the part was uploaded for.

This property reflects the name (key) of the object that the part was uploaded for.

OwnerDisplayName
String

The display name of the part's owner.

This property reflects the display name of the part's owner.

OwnerId
String

The Id of the part's owner.

This property reflects the Id of the part's owner.

PartNumber
Integer

The number of the part.

This property reflects the number of the part.

Size
Int64

The size of the part.

This property reflects the size of the part, in bytes.

Constructors

constructor Create();
constructor Create(valPartNumber: Integer; valObjectName: String; valLastModified: String; valSize: Int64; valETag: String; valOwnerId: String; valOwnerDisplayName: String);

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Delphi Edition - Version 20.0 [Build 8265]