ListTablesResponse Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Returns information about the ListTables response and response metadata.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.DynamoDBv2.Model.ListTablesResult
      Amazon.DynamoDBv2.Model.ListTablesResponse

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class ListTablesResponse : ListTablesResult

The ListTablesResponse type exposes the following members

Constructors

  Name Description
Public Method ListTablesResponse()

Properties

  Name Description
Public Property ContentLength Returns the content length of the HTTP response.
Public Property HttpStatusCode Returns the status code of the HTTP response.
Public Property LastEvaluatedTableName The name of the last table in the current list, only if some tables for the account and endpoint have not been returned. This value does not exist in a response if all table names are already returned. Use this value as the ExclusiveStartTableName in a new request to continue the list until all the table names are returned.

Constraints:Length3 - 255Pattern[a-zA-Z0-9_.-]+

Public Property ListTablesResult Gets and sets the ListTablesResult property. Represents the output of a ListTables operation.
Public Property ResponseMetadata Contains additional information about the request, such as the Request Id.
Public Property TableNames The names of the tables associated with the current account at the current endpoint.

Version Information

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

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8