Class ReplicaGlobalSecondaryIndex
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the properties of a replica global secondary index.
public class ReplicaGlobalSecondaryIndex
- Inheritance
-
ReplicaGlobalSecondaryIndex
- Inherited Members
Constructors
ReplicaGlobalSecondaryIndex()
public ReplicaGlobalSecondaryIndex()
Properties
IndexName
Gets and sets the property IndexName.
The name of the global secondary index.
public string IndexName { get; set; }
Property Value
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.
public ProvisionedThroughputOverride ProvisionedThroughputOverride { get; set; }