Table.LoadTable Method (IAmazonDynamoDB, string)

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Creates a Table object with the specified name, using the passed-in client to load the table definition. This method will throw an exception if the table does not exist.

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

Syntax

C#
public Table LoadTable(
         IAmazonDynamoDB ddbClient,
         String tableName
)

Parameters

ddbClient
Type: Amazon.DynamoDBv2.IAmazonDynamoDB

Client to use to access DynamoDB.

tableName
Type: System.String

Name of the table.

Return Value
Type: Amazon.DynamoDBv2.DocumentModel.Table
Table object representing the specified table.

Version Information

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