IPWorks S3 2020 C++ Builder Edition

Questions / Feedback?

BucketList Event

Fires once for each bucket returned when listing buckets.

Syntax

typedef struct {
  String BucketName;
  String CreationDate;
  String OwnerId;
  String OwnerName;
} Tis3S3ClientBucketListEventParams;

typedef void __fastcall (__closure *Tis3S3ClientBucketListEvent)(System::TObject* Sender, Tis3S3ClientBucketListEventParams *e);

__property Tis3S3ClientBucketListEvent OnBucketList = { read=FOnBucketList, write=FOnBucketList };

Remarks

This event fires once for each bucket returned when ListBuckets is called.

BucketName reflects the name of the bucket.

CreationDate reflects the bucket's creation date.

OwnerId and OwnerName reflect the Id and display name of the bucket's owner, respectively.

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