QueryOutput class

Constructors

QueryOutput({double? consumedCapacityUnits, int? count, List<Map<String, AttributeValue>>? items, Key? lastEvaluatedKey})
QueryOutput.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 query operation stopped, inclusive of the previous result set. Use this value to start a new operation excluding this value in the new request. The LastEvaluatedKey is null when the entire query 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

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