TransactWriteItemsOutput class

Constructors

TransactWriteItemsOutput({List<ConsumedCapacity>? consumedCapacity, Map<String, List<ItemCollectionMetrics>>? itemCollectionMetrics})
TransactWriteItemsOutput.fromJson(Map<String, dynamic> json)
factory

Properties

consumedCapacity List<ConsumedCapacity>?
The capacity units consumed by the entire TransactWriteItems operation. The values of the list are ordered according to the ordering of the TransactItems request parameter.
final
hashCode int
The hash code for this object.
no setterinherited
itemCollectionMetrics Map<String, List<ItemCollectionMetrics>>?
A list of tables that were processed by TransactWriteItems and, for each table, information about any item collections that were affected by individual UpdateItem, PutItem, or DeleteItem operations.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited