Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation.
For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ProvisionedThroughput
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ProvisionedThroughput()()()() | Initializes a new instance of the ProvisionedThroughput 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.) | 
|  | ReadCapacityUnits | 
            The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more
            information, see Specifying Read and
            Write Requirements in the Amazon DynamoDB Developer Guide.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithReadCapacityUnits(Int64) | Obsolete. 
            Sets the ReadCapacityUnits property
             | 
|  | WithWriteCapacityUnits(Int64) | Obsolete. 
            Sets the WriteCapacityUnits property
             | 
|  | WriteCapacityUnits | 
            The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and
            Write Requirements in the Amazon DynamoDB Developer Guide.
             
             Constraints: | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ProvisionedThroughput |