Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

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, DigitaloceanPrefixListEventArgs e);

class DigitaloceanPrefixListEventArgs : EventArgs {
  string Prefix {get;}
  string OtherData {get;}
}

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 .NET Edition - Version 16.0 [Build 7239]