Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

ListContainers Method

List the containers under the specified account.

Syntax

[VB.NET]
Public Sub ListContainers()
[C#]
public void 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) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0