AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Contains the details of the replica.
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class ReplicaDescription
The ReplicaDescription type exposes the following members
Name | Description | |
---|---|---|
![]() |
ReplicaDescription() |
Name | Type | Description | |
---|---|---|---|
![]() |
GlobalSecondaryIndexes | System.Collections.Generic.List<Amazon.DynamoDBv2.Model.ReplicaGlobalSecondaryIndexDescription> |
Gets and sets the property GlobalSecondaryIndexes. Replica-specific global secondary index settings. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true. |
![]() |
KMSMasterKeyId | System.String |
Gets and sets the property KMSMasterKeyId. The KMS key of the replica that will be used for KMS encryption. |
![]() |
OnDemandThroughputOverride | Amazon.DynamoDBv2.Model.OnDemandThroughputOverride |
Gets and sets the property OnDemandThroughputOverride. Overrides the maximum on-demand throughput settings for the specified replica table. |
![]() |
ProvisionedThroughputOverride | Amazon.DynamoDBv2.Model.ProvisionedThroughputOverride |
Gets and sets the property ProvisionedThroughputOverride. Replica-specific provisioned throughput. If not described, uses the source table's provisioned throughput settings. |
![]() |
RegionName | System.String |
Gets and sets the property RegionName. The name of the Region. |
![]() |
ReplicaInaccessibleDateTime | System.Nullable<System.DateTime> |
Gets and sets the property ReplicaInaccessibleDateTime.
The time at which the replica was first detected as inaccessible. To determine cause
of inaccessibility check the |
![]() |
ReplicaStatus | Amazon.DynamoDBv2.ReplicaStatus |
Gets and sets the property ReplicaStatus. The current state of the replica:
|
![]() |
ReplicaStatusDescription | System.String |
Gets and sets the property ReplicaStatusDescription. Detailed information about the replica status. |
![]() |
ReplicaStatusPercentProgress | System.String |
Gets and sets the property ReplicaStatusPercentProgress. Specifies the progress of a Create, Update, or Delete action on the replica as a percentage. |
![]() |
ReplicaTableClassSummary | Amazon.DynamoDBv2.Model.TableClassSummary |
Gets and sets the property ReplicaTableClassSummary. |
![]() |
WarmThroughput | Amazon.DynamoDBv2.Model.TableWarmThroughputDescription |
Gets and sets the property WarmThroughput. Represents the warm throughput value for this replica. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer