ProvisionedThroughput Class

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

The provisioned throughput settings for the specified table. 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.

Inheritance Hierarchy

System.Object
  Amazon.DynamoDBv2.Model.ProvisionedThroughput

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

Syntax

C#
public class ProvisionedThroughput : Object

The ProvisionedThroughput type exposes the following members

Constructors

  Name Description
Public Method ProvisionedThroughput()

Properties

  Name Description
Public Property ReadCapacityUnits The maximum number of strongly consistent reads consumed per second before Amazon DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

Constraints:Range1 -

Public Property WriteCapacityUnits The maximum number of writes consumed per second before Amazon DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

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