BatchGetItemOutput class

Constructors

BatchGetItemOutput({Map<String, BatchResponse>? responses, Map<String, KeysAndAttributes>? unprocessedKeys})
BatchGetItemOutput.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
responses Map<String, BatchResponse>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unprocessedKeys Map<String, KeysAndAttributes>?
Contains a map of tables and their respective keys that were not processed with the current response, possibly due to reaching a limit on the response size. The UnprocessedKeys value is in the same form as a RequestItems parameter (so the value can be provided directly to a subsequent BatchGetItem operation). For more information, see the above RequestItems parameter.
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