Container for the parameters to the ListTables operation.

Retrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g. us-east-1 ).

Namespace: Amazon.DynamoDB.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ListTablesRequest : AmazonWebServiceRequest
Public Class ListTablesRequest _
	Inherits AmazonWebServiceRequest
public ref class ListTablesRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ListTablesRequest()()()()
Initializes a new instance of the ListTablesRequest class
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExclusiveStartTableName
The name of the table that starts the list. If you already ran a ListTables operation and received a LastEvaluatedTableName value in the response, use that value here to continue the list.

Constraints:

Length
3 - 255
Pattern
[a-zA-Z0-9_.-]+

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Limit
A number of maximum table names to return.

Constraints:

Range
1 - 100

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithExclusiveStartTableName(String)
Sets the ExclusiveStartTableName property
WithLimit(Int32)
Sets the Limit property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.DynamoDB.Model..::..ListTablesRequest

See Also