Class DescribeLimitsResponse
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the output of a
DescribeLimits
operation.
public class DescribeLimitsResponse : AmazonWebServiceResponse
- Inheritance
-
DescribeLimitsResponse
Constructors
DescribeLimitsResponse()
public DescribeLimitsResponse()
Properties
AccountMaxReadCapacityUnits
Gets and sets the property AccountMaxReadCapacityUnits.
The maximum total read capacity units that your account allows you to provision across all of your tables in this Region.
public long AccountMaxReadCapacityUnits { get; set; }
Property Value
AccountMaxWriteCapacityUnits
Gets and sets the property AccountMaxWriteCapacityUnits.
The maximum total write capacity units that your account allows you to provision across all of your tables in this Region.
public long AccountMaxWriteCapacityUnits { get; set; }
Property Value
TableMaxReadCapacityUnits
Gets and sets the property TableMaxReadCapacityUnits.
The maximum read capacity units that your account allows you to provision for a new table that you are creating in this Region, including the read capacity units provisioned for its global secondary indexes (GSIs).
public long TableMaxReadCapacityUnits { get; set; }
Property Value
TableMaxWriteCapacityUnits
Gets and sets the property TableMaxWriteCapacityUnits.
The maximum write capacity units that your account allows you to provision for a new table that you are creating in this Region, including the write capacity units provisioned for its global secondary indexes (GSIs).
public long TableMaxWriteCapacityUnits { get; set; }