Cloud Storage Integrator 2016 PHP Edition
Cloud Storage Integrator 2016 PHP Edition
Questions / Feedback?

ContainerList Event

Fired for every container when ListContainers is called.

Object Oriented Interface

public function fireContainerList($param);

Procedural Interface

incloudstorage_azureblob_register_callback($res, 4, array($this, 'fireContainerList'));

Parameter List


'name'
'etag'
'url'
'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 PHP Edition - Version 16.0 [Build 7239]