GlobalSecondaryIndexUpdate class
Represents one of the following:
- A new global secondary index to be added to an existing table.
- New provisioned throughput parameters for an existing global secondary index.
- An existing global secondary index to be removed from an existing table.
Constructors
- GlobalSecondaryIndexUpdate({CreateGlobalSecondaryIndexAction? create, DeleteGlobalSecondaryIndexAction? delete, UpdateGlobalSecondaryIndexAction? update})
Properties
- create → CreateGlobalSecondaryIndexAction?
-
The parameters required for creating a global secondary index on an existing
table:
final
- delete → DeleteGlobalSecondaryIndexAction?
-
The name of an existing global secondary index to be removed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- update → UpdateGlobalSecondaryIndexAction?
-
The name of an existing global secondary index, along with new provisioned
throughput settings to be applied to that index.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited