Cloud Storage Integrator 2016 Linux Edition
Cloud Storage Integrator 2016 Linux Edition
Questions / Feedback?

PartList Event

Fires once for each part when calling ListParts.

Syntax

 virtual int FirePartList(AmazonGlacierPartListEventParams *e);

 
typedef struct {
char* ArchiveDescription;
char* CreationDate;
char* UploadId;
ns_int64 StartPosition;
ns_int64 Size;
char* SHA256TreeHash;
char* VaultArn;
int reserved;
} AmazonGlacierPartListEventParams;

Remarks

This event fires once for each part when calling ListParts.

ArchiveDescription is the description of the archive (if any).

CreationDate is 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".

UploadId is the Id of the multipart upload associated with this part.

StartPosition is the byte offset in the archive of the current part.

Size is the part size in bytes.

SHA256TreeHash is the SHA256 tree hash value that Amazon calculated for the part.

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

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Linux Edition - Version 16.0 [Build 7239]