Table of Contents

Class ProvisionedThroughputOverride

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Replica-specific provisioned throughput settings. If not specified, uses the source table's provisioned throughput settings.

public class ProvisionedThroughputOverride
Inheritance
ProvisionedThroughputOverride
Inherited Members

Constructors

ProvisionedThroughputOverride()

public ProvisionedThroughputOverride()

Properties

ReadCapacityUnits

Gets and sets the property ReadCapacityUnits.

Replica-specific read capacity units. If not specified, uses the source table's read capacity settings.

public long ReadCapacityUnits { get; set; }

Property Value

long