TransactWriteItem class
A list of requests that can perform update, put, delete, or check operations on multiple items in one or more tables atomically.
Constructors
- TransactWriteItem({ConditionCheck? conditionCheck, Delete? delete, Put? put, Update? update})
Properties
- conditionCheck → ConditionCheck?
-
A request to perform a check item operation.
final
- delete → Delete?
-
A request to perform a
DeleteItem
operation.final - hashCode → int
-
The hash code for this object.
no setterinherited
- put → Put?
-
A request to perform a
PutItem
operation.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- update → Update?
-
A request to perform an
UpdateItem
operation.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