Class ReplicaSettingsDescription
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the properties of a replica.
public class ReplicaSettingsDescription
- Inheritance
-
ReplicaSettingsDescription
- Inherited Members
Constructors
ReplicaSettingsDescription()
public ReplicaSettingsDescription()
Properties
RegionName
Gets and sets the property RegionName.
The Region name of the replica.
public string RegionName { get; set; }
Property Value
ReplicaBillingModeSummary
Gets and sets the property ReplicaBillingModeSummary.
The read/write capacity mode of the replica.
public BillingModeSummary ReplicaBillingModeSummary { get; set; }
Property Value
ReplicaGlobalSecondaryIndexSettings
Gets and sets the property ReplicaGlobalSecondaryIndexSettings.
Replica global secondary index settings for the global table.
public List<ReplicaGlobalSecondaryIndexSettingsDescription> ReplicaGlobalSecondaryIndexSettings { get; set; }
Property Value
ReplicaProvisionedReadCapacityAutoScalingSettings
Gets and sets the property ReplicaProvisionedReadCapacityAutoScalingSettings.
Auto scaling settings for a global table replica's read capacity units.
public AutoScalingSettingsDescription ReplicaProvisionedReadCapacityAutoScalingSettings { 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
ReplicaProvisionedWriteCapacityAutoScalingSettings
Gets and sets the property ReplicaProvisionedWriteCapacityAutoScalingSettings.
Auto scaling settings for a global table replica's write capacity units.
public AutoScalingSettingsDescription ReplicaProvisionedWriteCapacityAutoScalingSettings { get; set; }
Property Value
ReplicaProvisionedWriteCapacityUnits
Gets and sets the property ReplicaProvisionedWriteCapacityUnits.
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.
public long ReplicaProvisionedWriteCapacityUnits { get; set; }
Property Value
ReplicaStatus
Gets and sets the property ReplicaStatus.
The current state of the Region:
- The Region is being created.CREATING
- The Region is being updated.UPDATING
- The Region is being deleted.DELETING
- The Region is ready for use.ACTIVE
public ReplicaStatus ReplicaStatus { get; set; }
Property Value
ReplicaTableClassSummary
Gets and sets the property ReplicaTableClassSummary.
public TableClassSummary ReplicaTableClassSummary { get; set; }