Container for the parameters to the UpdateTable operation.
Namespace: Amazon.DynamoDB.ModelUpdates the provisioned throughput for the given table.
Setting the throughput for a table helps you manage performance and is part of the Provisioned Throughput feature of Amazon DynamoDB.
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class UpdateTableRequest : AmazonWebServiceRequest
Public Class UpdateTableRequest _ Inherits AmazonWebServiceRequest
public ref class UpdateTableRequest : public AmazonWebServiceRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| UpdateTableRequest()()()() | Initializes a new instance of the UpdateTableRequest 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.) | |
| ProvisionedThroughput |
Provisioned throughput reserves the required read and write resources for your table in terms of ReadCapacityUnits and
WriteCapacityUnits. Values for provisioned throughput depend upon your expected read/write rates, item size, and consistency. Provide
the expected number of read and write operations, assuming an item size of 1k and strictly consistent reads. For 2k item size, double the
value. For 3k, triple the value, etc. Eventually-consistent reads consume half the resources of strictly consistent reads.
| |
| TableName |
The name of the table you want to update. Allowed characters are a-z, A-Z, 0-9, _ (underscore), -
(hyphen) and . (period).
Constraints: | |
| ToString()()()() | (Inherited from Object.) | |
| WithProvisionedThroughput(ProvisionedThroughput) |
Sets the ProvisionedThroughput property
| |
| WithTableName(String) |
Sets the TableName property
|
Inheritance Hierarchy
System..::..Object
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.DynamoDB.Model..::..UpdateTableRequest
Amazon.Runtime..::..AmazonWebServiceRequest
Amazon.DynamoDB.Model..::..UpdateTableRequest