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.
Represents the properties of a replica global secondary index.
Namespace: Amazon.DynamoDBv2.Model
Assembly: AWSSDK.DynamoDBv2.dll
Version: 3.x.y.z
public class ReplicaGlobalSecondaryIndex
The ReplicaGlobalSecondaryIndex type exposes the following members
| Name | Description | |
|---|---|---|
|
ReplicaGlobalSecondaryIndex() |
| Name | Type | Description | |
|---|---|---|---|
|
IndexName | System.String |
Gets and sets the property IndexName. The name of the global secondary index. |
|
OnDemandThroughputOverride | Amazon.DynamoDBv2.Model.OnDemandThroughputOverride |
Gets and sets the property OnDemandThroughputOverride. Overrides the maximum on-demand throughput settings for the specified global secondary index in the specified replica table. |
|
ProvisionedThroughputOverride | Amazon.DynamoDBv2.Model.ProvisionedThroughputOverride |
Gets and sets the property ProvisionedThroughputOverride. Replica table GSI-specific provisioned throughput. If not specified, uses the source table GSI's read capacity settings. |
.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