Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

C# |
public class ProvisionedThroughputDescription

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ProvisionedThroughputDescription()()()() | Initializes a new instance of the ProvisionedThroughputDescription 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.) |
![]() | LastDecreaseDateTime |
The date and time of the last provisioned throughput decrease for this table.
|
![]() | LastIncreaseDateTime |
The date and time of the last provisioned throughput increase for this table.
|
![]() | NumberOfDecreasesToday |
The number of provisioned throughput decreases for this table during this UTC calendar day. For current maximums on provisioned throughput
decreases, see Limits in the Amazon DynamoDB
Developer Guide.
Constraints: |
![]() | ReadCapacityUnits |
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. Eventually
consistent reads require less effort than strongly consistent reads, so a setting of 50 ReadCapacityUnits per second provides 100
eventually consistent ReadCapacityUnits per second.
Constraints: |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithLastDecreaseDateTime(DateTime) | Obsolete.
Sets the LastDecreaseDateTime property
|
![]() | WithLastIncreaseDateTime(DateTime) | Obsolete.
Sets the LastIncreaseDateTime property
|
![]() | WithNumberOfDecreasesToday(Int64) | Obsolete.
Sets the NumberOfDecreasesToday property
|
![]() | 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.
Constraints: |

Object | |
![]() | ProvisionedThroughputDescription |