IPWorks Cloud 2020 Node.js Edition

Questions / Feedback?

PrefixList Event

Fires once for each common prefix returned when listing objects.

Syntax

digitalocean.on('PrefixList', [callback])

Callback

The 'callback' is called when the 'PrefixList' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.prefix

Remarks

This event fires once for each common prefix returned when ListObjects or ListVersions is called when ObjectDelimiter is non-empty. Refer to ObjectDelimiter for more information.

Prefix is the common prefix.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Node.js Edition - Version 20.0 [Build 8265]