Container for the parameters to the ListTables operation.
Namespace: Amazon.DynamoDB.ModelRetrieves a paginated list of table names created by the AWS Account of the caller in the AWS Region (e.g. us-east-1 ).
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 |
| Member | Description | |
|---|---|---|
| ListTablesRequest()()()() | Initializes a new instance of the ListTablesRequest class | |
| Equals(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: | |
| 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: | |
| ToString()()()() | (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
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.DynamoDB.Model..::..ListTablesRequest