Container for the parameters to the DeleteTable operation.
Namespace: Amazon.DynamoDB.ModelDeletes a table and all of its items.
If the table is in the ACTIVE state, you can delete it. If a table is in CREATING or UPDATING states then Amazon DynamoDB returns a ResourceInUseException . If the specified table does not exist, Amazon DynamoDB returns a ResourceNotFoundException .
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DeleteTableRequest : AmazonWebServiceRequest
Public Class DeleteTableRequest _ Inherits AmazonWebServiceRequest
public ref class DeleteTableRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteTableRequest()()()() | Initializes a new instance of the DeleteTableRequest class | |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| TableName |
The name of the table you want to delete. Allowed characters are a-z, A-Z, 0-9, _ (underscore), -
(hyphen) and . (period).
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithTableName(String) |
Sets the TableName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.DynamoDB.Model..::..DeleteTableRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.DynamoDB.Model..::..DeleteTableRequest