Cloud Storage Integrator 2016 Node.js Edition
Cloud Storage Integrator 2016 Node.js Edition
Questions / Feedback?

ContainerList Event

Fired for every container when ListContainers is called.

Syntax

azureblob.on('ContainerList', [callback])

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.name
e.ETag
e.URL
e.lastModified

Remarks

This event is fired for each container returned by the server when ListContainers is called. The Containers collection will also be populated after ListContainers returns and will hold the same information provided through this event.

The Name parameter holds the name of the current container.

The ETag parameter holds the ETag value of the current container.

The URL parameter holds the URL of the current container.

The LastModified parameter holds the last modified date of the current container.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 Node.js Edition - Version 16.0 [Build 7239]