AWS SDK for .NET Documentation
UpdateGlobalSecondaryIndexAction Class
AmazonAmazon.DynamoDBv2.ModelUpdateGlobalSecondaryIndexAction Did this page help you?   Yes   No    Tell us about it...

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

Declaration Syntax
C#
public class UpdateGlobalSecondaryIndexAction
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UpdateGlobalSecondaryIndexAction()()()()
Initializes a new instance of the UpdateGlobalSecondaryIndexAction class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
IndexName
The name of the global secondary index to be updated.

Constraints:

Length
3 - 255
Pattern
[a-zA-Z0-9_.-]+


ProvisionedThroughput
Represents the provisioned throughput settings for a specified table or index. The settings can be modified using the UpdateTable operation. For current minimum and maximum provisioned throughput values, see Limits in the Amazon DynamoDB Developer Guide.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithIndexName(String) Obsolete.
Sets the IndexName property

WithProvisionedThroughput(ProvisionedThroughput) Obsolete.
Sets the ProvisionedThroughput property

Inheritance Hierarchy
Object
UpdateGlobalSecondaryIndexAction

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)