Google Integrator V2 - Online Help
Google Integrator V2
Questions / Feedback?

PrefixList Event

Fired for every prefix returned as a common prefix.

Syntax

typedef void __fastcall (__closure *TibgGStoragePrefixListEvent)(System::TObject* Sender, TibgGStoragePrefixListEventParams *e);

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

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

Remarks

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

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0