BatchWriteItemOutput class
Represents the output of a BatchWriteItem
operation.
Constructors
-
BatchWriteItemOutput({List<
ConsumedCapacity> ? consumedCapacity, Map<String, List< ? itemCollectionMetrics, Map<ItemCollectionMetrics> >String, List< ? unprocessedItems})WriteRequest> > -
BatchWriteItemOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
consumedCapacity
→ List<
ConsumedCapacity> ? -
The capacity units consumed by the entire
BatchWriteItem
operation.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
itemCollectionMetrics
→ Map<
String, List< ?ItemCollectionMetrics> > -
A list of tables that were processed by
BatchWriteItem
and, for each table, information about any item collections that were affected by individualDeleteItem
orPutItem
operations.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
unprocessedItems
→ Map<
String, List< ?WriteRequest> > -
A map of tables and requests against those tables that were not processed.
The
UnprocessedItems
value is in the same form asRequestItems
, so you can provide this value directly to a subsequentBatchGetItem
operation. For more information, seeRequestItems
in the Request Parameters section.final
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