AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Represents 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: (assembly version)

Syntax

C#
public class ProvisionedThroughputDescription : Object

The ProvisionedThroughputDescription type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property LastDecreaseDateTime System.DateTime Gets and sets the property LastDecreaseDateTime.

The date and time of the last provisioned throughput decrease for this table.

Public Property LastIncreaseDateTime System.DateTime Gets and sets the property LastIncreaseDateTime.

The date and time of the last provisioned throughput increase for this table.

Public Property NumberOfDecreasesToday System.Int64 Gets and sets the 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.

Public Property ReadCapacityUnits System.Int64 Gets and sets the property 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.

Public Property WriteCapacityUnits System.Int64 Gets and sets the property WriteCapacityUnits.

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8