IPWorks Cloud 2020 Delphi Edition

Questions / Feedback?

GlacierPart Type

This type holds details about the part.

Remarks

This type holds details about the part.

Fields

ArchiveDescription
String

The description of the archive (if any).

CreationDate
String

The UTC time that the multipart upload was started. This is a string representation of ISO 8601 date format. For example: "2012-03-20T17:03:43.221Z".

SHA256TreeHash
String

The SHA256 tree hash value that Amazon calculated for the part.

Size
Int64

The part size in bytes.

StartPosition
Int64

The byte offset in the archive of the current part.

UploadId
String

The Id of the multipart upload associated with this part.

VaultArn
String

The Amazon Resource Name (ARN) of the Vault in which the archive is created.

Constructors

constructor Create();
constructor Create(valArchiveDescription: String; valCreationDate: String; valUploadId: String; valStartPosition: Int64; valSize: Int64; valSHA256TreeHash: String; valVaultArn: String);

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