BatchWriteItemOutput class

Represents the output of a BatchWriteItem operation.

Constructors

BatchWriteItemOutput({List<ConsumedCapacity>? consumedCapacity, Map<String, List<ItemCollectionMetrics>>? itemCollectionMetrics, Map<String, List<WriteRequest>>? unprocessedItems})
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 individual DeleteItem or PutItem 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 as RequestItems, so you can provide this value directly to a subsequent BatchGetItem operation. For more information, see RequestItems 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