Cloud Storage Integrator 2016 C++ Builder Edition
Cloud Storage Integrator 2016 C++ Builder Edition
Questions / Feedback?

PrefixList Event

Fired for every prefix returned as a common prefix.

Syntax

typedef void __fastcall (__closure *TicsAmazonS3PrefixListEvent)(System::TObject* Sender, TicsAmazonS3PrefixListEventParams *e);


__property TicsAmazonS3PrefixListEvent OnPrefixList = {read=FOnPrefixList, write=FOnPrefixList};

typedef struct {
     String Prefix;
     String OtherData;
} TicsAmazonS3PrefixListEventParams;

Remarks

When ObjectDelimiter is used with ListObjects, the service rolls up some of the object names into common prefixes. This event can be used to read these common prefixes.

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