Class ReplicaSettingsUpdate
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the settings for a global table in a Region that will be modified.
public class ReplicaSettingsUpdate
- Inheritance
-
ReplicaSettingsUpdate
- Inherited Members
Constructors
ReplicaSettingsUpdate()
public ReplicaSettingsUpdate()
Properties
RegionName
Gets and sets the property RegionName.
The Region of the replica to be added.
public string RegionName { get; set; }
Property Value
ReplicaGlobalSecondaryIndexSettingsUpdate
Gets and sets the property ReplicaGlobalSecondaryIndexSettingsUpdate.
Represents the settings of a global secondary index for a global table that will be modified.
public List<ReplicaGlobalSecondaryIndexSettingsUpdate> ReplicaGlobalSecondaryIndexSettingsUpdate { get; set; }
Property Value
ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate
Gets and sets the property ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate.
Auto scaling settings for managing a global table replica's read capacity units.
public AutoScalingSettingsUpdate ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate { get; set; }
Property Value
ReplicaProvisionedReadCapacityUnits
Gets and sets the property ReplicaProvisionedReadCapacityUnits.
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.
public long ReplicaProvisionedReadCapacityUnits { get; set; }
Property Value
ReplicaTableClass
Gets and sets the property ReplicaTableClass.
Replica-specific table class. If not specified, uses the source table's table class.
public TableClass ReplicaTableClass { get; set; }