BatchGetItemOutput class

Represents the output of a BatchGetItem operation.

Constructors

BatchGetItemOutput({List<ConsumedCapacity>? consumedCapacity, Map<String, List<Map<String, AttributeValue>>>? responses, Map<String, KeysAndAttributes>? unprocessedKeys})
BatchGetItemOutput.fromJson(Map<String, dynamic> json)
factory

Properties

consumedCapacity List<ConsumedCapacity>?
The read capacity units consumed by the entire BatchGetItem operation.
final
hashCode int
The hash code for this object.
no setterinherited
responses Map<String, List<Map<String, AttributeValue>>>?
A map of table name to a list of items. Each object in Responses consists of a table name, along with a map of attribute data consisting of the data type and attribute value.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unprocessedKeys Map<String, KeysAndAttributes>?
A map of tables and their respective keys that were not processed with the current response. The UnprocessedKeys value is in the same form as RequestItems, so the value can be provided 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