Class ReplicaGlobalSecondaryIndexDescription
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the properties of a replica global secondary index.
public class ReplicaGlobalSecondaryIndexDescription
- Inheritance
-
ReplicaGlobalSecondaryIndexDescription
- Inherited Members
Constructors
ReplicaGlobalSecondaryIndexDescription()
public ReplicaGlobalSecondaryIndexDescription()
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.
If not described, uses the source table GSI's read capacity settings.
public ProvisionedThroughputOverride ProvisionedThroughputOverride { get; set; }