Class BillingModeSummary
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Contains the details for the read/write capacity mode.
public class BillingModeSummary
- Inheritance
-
BillingModeSummary
- Inherited Members
Constructors
BillingModeSummary()
public BillingModeSummary()
Properties
BillingMode
Gets and sets the property BillingMode.
Controls how you are charged for read and write throughput and how you manage capacity. This setting can be changed later.
- Sets the read/write capacity mode toPROVISIONED
. We recommend usingPROVISIONED
for predictable workloads.PROVISIONED
- Sets the read/write capacity mode toPAY_PER_REQUEST
. We recommend usingPAY_PER_REQUEST
for unpredictable workloads.PAY_PER_REQUEST
public BillingMode BillingMode { get; set; }
Property Value
LastUpdateToPayPerRequestDateTime
Gets and sets the property LastUpdateToPayPerRequestDateTime.
Represents the time when
PAY_PER_REQUEST
was last set as the read/write
capacity mode.
public DateTime LastUpdateToPayPerRequestDateTime { get; set; }