Table of Contents

Class ReplicaGlobalSecondaryIndexSettingsUpdate

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 ReplicaGlobalSecondaryIndexSettingsUpdate
Inheritance
ReplicaGlobalSecondaryIndexSettingsUpdate
Inherited Members

Constructors

ReplicaGlobalSecondaryIndexSettingsUpdate()

public ReplicaGlobalSecondaryIndexSettingsUpdate()

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

string

ProvisionedReadCapacityAutoScalingSettingsUpdate

Gets and sets the property ProvisionedReadCapacityAutoScalingSettingsUpdate.

Auto scaling settings for managing a global secondary index replica's read capacity units.

public AutoScalingSettingsUpdate ProvisionedReadCapacityAutoScalingSettingsUpdate { get; set; }

Property Value

AutoScalingSettingsUpdate

ProvisionedReadCapacityUnits

Gets and sets the property ProvisionedReadCapacityUnits.

The maximum number of strongly consistent reads consumed per second before DynamoDB returns a

ThrottlingException
.
public long ProvisionedReadCapacityUnits { get; set; }

Property Value

long