ProvisionedThroughputDescription Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

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

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.ProvisionedThroughputDescription

Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class ProvisionedThroughputDescription : Object

The ProvisionedThroughputDescription type exposes the following members

Constructors

Properties

  Name Description
Public Property LastDecreaseDateTime The date and time of the last provisioned throughput decrease for this table.
Public Property LastIncreaseDateTime The date and time of the last provisioned throughput increase for this table.
Public Property 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:Range1 -

Public Property 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:Range1 -

Public Property WriteCapacityUnits The maximum number of writes consumed per second before Amazon DynamoDB returns a ThrottlingException.

Constraints:Range1 -

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