IPWorks Cloud 2020 C++ Builder Edition

Questions / Feedback?

PartList Event

Fires once for each part returned when listing a multipart upload's parts.

Syntax

typedef struct {
  int PartNumber;
  String MultipartFileId;
  __int64 Size;
  __int64 CreatedTime;
  String SHA1Hash;
} TicsBackblazeB2PartListEventParams;

typedef void __fastcall (__closure *TicsBackblazeB2PartListEvent)(System::TObject* Sender, TicsBackblazeB2PartListEventParams *e);

__property TicsBackblazeB2PartListEvent OnPartList = { read=FOnPartList, write=FOnPartList };

Remarks

This event fires once for each part returned when ListParts is called.

PartNumber reflects the part's number.

MultipartFileId reflects the Id of the multipart file upload that the part is a part of.

Size reflects the size of the part, in bytes.

CreatedTime reflects the part's creation time (i.e., upload time), in milliseconds relative to the Unix epoch.

SHA1Hash reflects a hex-encoded SHA1 hash of the part's contents.

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