BatchGetItemOutput class
Represents the output of a BatchGetItem operation.
Constructors
- 
          BatchGetItemOutput({List<ConsumedCapacity> ? consumedCapacity, Map<String, List< ? responses, Map<Map< >String, AttributeValue> >String, KeysAndAttributes> ? unprocessedKeys})
- 
          BatchGetItemOutput.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- 
  consumedCapacity
  → List<ConsumedCapacity> ?
- 
  The read capacity units consumed by the entire BatchGetItemoperation.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
Responsesconsists 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 UnprocessedKeysvalue is in the same form asRequestItems, so the value can be provided directly to a subsequentBatchGetItemoperation. For more information, seeRequestItemsin 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