Table of Contents

Class UpdateGlobalSecondaryIndexAction

Namespace
Amazon.DynamoDBv2.Model
Assembly
AWSSDK.DynamoDBv2.dll

Represents the new provisioned throughput settings to be applied to a global secondary index.

public class UpdateGlobalSecondaryIndexAction
Inheritance
UpdateGlobalSecondaryIndexAction
Inherited Members

Constructors

UpdateGlobalSecondaryIndexAction()

public UpdateGlobalSecondaryIndexAction()

Properties

IndexName

Gets and sets the property IndexName.

The name of the global secondary index to be updated.

public string IndexName { get; set; }

Property Value

string

ProvisionedThroughput

Gets and sets the property ProvisionedThroughput.

Represents the provisioned throughput settings for the specified global secondary index.

For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.

public ProvisionedThroughput ProvisionedThroughput { get; set; }

Property Value

ProvisionedThroughput