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

ListContainers Method

List the containers under the specified account.

Syntax

 int ListContainers();

Remarks

This method will list the containers under the account specified by Account. All returned containers will be stored within Containers. The ContainerList event will also fire for each container in the list.

IncludeMetadata can be set to true to have metadata returned in the container listing. All returned pieces of metadata will be returned via the Metadata event.

If there are more than MaxResults results, Marker will be populated with the marker identifying the position in the results. Subsequent ListContainers calls will return the next portion of results. If Marker is an empty string, the end of the list has been reached.

List results can be filtered by using Prefix to return only the containers starting with the specified prefix.

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