PrefixList Event
Fired for every prefix returned as a common prefix.
Syntax
[VB.NET] Public Event OnPrefixList As OnPrefixListHandler
[C#] public event OnPrefixListHandler OnPrefixList; public delegate void OnPrefixListHandler(object sender, Amazons3PrefixListEventArgs e); class Amazons3PrefixListEventArgs : EventArgs { string Prefix {get;} string OtherData {get;} }
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.