PrefixList Event
Fired for every prefix returned as a common prefix.
Syntax
type TPrefixListEvent = procedure PrefixList(Sender: TObject; const Prefix: String; const OtherData: String) of object;property OnPrefixList: TPrefixListEvent read FOnPrefixList write FOnPrefixList;
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.