CloudTableClient.ListTables Method ()

Returns an enumerable collection of tables that begin with the specified prefix and that are retrieved lazily.

Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Usage

'Usage
Dim instance As CloudTableClient
Dim returnValue As IEnumerable(Of CloudTable)

returnValue = instance.ListTables

Syntax

'Declaration
<DoesServiceRequest> _
Public Function ListTables As IEnumerable(Of CloudTable)
[DoesServiceRequest] 
public IEnumerable<CloudTable> ListTables ()
[DoesServiceRequest] 
public:
IEnumerable<CloudTable^>^ ListTables ()
/** @attribute DoesServiceRequest() */ 
public IEnumerable<CloudTable> ListTables ()
DoesServiceRequest 
public function ListTables () : IEnumerable<CloudTable>

Return Value

An enumerable collection of tables that are retrieved lazily.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7 and Windows Server 2008

Target Platforms

See Also

Reference

CloudTableClient Class
CloudTableClient Members
Microsoft.WindowsAzure.Storage.Table Namespace