AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns an array of table names associated with the current account and endpoint. The output from ListTables is paginated, with each page returning a maximum of 100 table names.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListTablesAsync.

Namespace: Amazon.DynamoDBv2
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z

Syntax

C#
public virtual ListTablesResponse ListTables(
         Int32 limit
)

Parameters

limit
Type: System.Int32

A maximum number of table names to return. If this parameter is not specified, the limit is 100.

Return Value


The response from the ListTables service method, as returned by DynamoDB.

Exceptions

ExceptionCondition
InternalServerErrorException An error occurred on the server side.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also