Class GlobalTableGlobalSecondaryIndexSettingsUpdate
- Namespace
- Amazon.DynamoDBv2.Model
- Assembly
- AWSSDK.DynamoDBv2.dll
Represents the settings of a global secondary index for a global table that will be modified.
public class GlobalTableGlobalSecondaryIndexSettingsUpdate
- Inheritance
-
GlobalTableGlobalSecondaryIndexSettingsUpdate
- Inherited Members
Constructors
GlobalTableGlobalSecondaryIndexSettingsUpdate()
public GlobalTableGlobalSecondaryIndexSettingsUpdate()
Properties
IndexName
Gets and sets the property IndexName.
The name of the global secondary index. The name must be unique among all other indexes on this table.
public string IndexName { get; set; }
Property Value
ProvisionedWriteCapacityAutoScalingSettingsUpdate
Gets and sets the property ProvisionedWriteCapacityAutoScalingSettingsUpdate.
Auto scaling settings for managing a global secondary index's write capacity units.
public AutoScalingSettingsUpdate ProvisionedWriteCapacityAutoScalingSettingsUpdate { get; set; }
Property Value
ProvisionedWriteCapacityUnits
Gets and sets the property ProvisionedWriteCapacityUnits.
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException.
public long ProvisionedWriteCapacityUnits { get; set; }