ScanOutput class

Constructors

ScanOutput({double? consumedCapacityUnits, int? count, List<Map<String, AttributeValue>>? items, Key? lastEvaluatedKey, int? scannedCount})
ScanOutput.fromJson(Map<String, dynamic> json)
factory

Properties

consumedCapacityUnits double?
final
count int?
Number of items in the response.
final
hashCode int
The hash code for this object.
no setterinherited
items List<Map<String, AttributeValue>>?
final
lastEvaluatedKey Key?
Primary key of the item where the scan operation stopped. Provide this value in a subsequent scan operation to continue the operation from that point. The LastEvaluatedKey is null when the entire scan result set is complete (i.e. the operation processed the "last page").
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scannedCount int?
Number of items in the complete scan before any filters are applied. A high ScannedCount value with few, or no, Count results indicates an inefficient Scan operation.
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