Describes the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
Inheritance Hierarchy
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3
Syntax
public class ProvisionedThroughputDescription : Object
The ProvisionedThroughputDescription type exposes the following members
Constructors
Name | Description | |
---|---|---|
![]() |
ProvisionedThroughputDescription() |
Properties
Name | Description | |
---|---|---|
![]() |
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 Amazon 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: |
![]() |
WriteCapacityUnits |
The maximum number of writes consumed per second before Amazon DynamoDB returns a ThrottlingException.
Constraints: |
Version Information
.NET Framework:
Supported in: 4.5, 4.0, 3.5
.NET for Windows Store apps:
Supported in: Windows 8
.NET for Windows Phone:
Supported in: Window Phone 8