AWS SDK for .NET Documentation
ProvisionedThroughput Class
AmazonAmazon.DynamoDBv2.ModelProvisionedThroughput Did this page help you?   Yes   No    Tell us about it...

Represents the provisioned throughput settings for a specified table or index. 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.

Declaration Syntax
C#
public class ProvisionedThroughput
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ProvisionedThroughput()()()()
Initializes a new instance of the ProvisionedThroughput class

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
ReadCapacityUnits
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

Constraints:

Range
1 -


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
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. For more information, see Specifying Read and Write Requirements in the Amazon DynamoDB Developer Guide.

Constraints:

Range
1 -


Inheritance Hierarchy
Object
ProvisionedThroughput

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)