ExecutionStats class

Annotations
  • @JsonSerializable()

Constructors

ExecutionStats({required int totalKeysExamined, required int totalDocsExamined, required int totalQuorumDocsExamined, required int resultsReturned, required int executionTimeMs})
ExecutionStats.fromJson(Map<String, dynamic> json)
factory

Properties

executionTimeMs int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
resultsReturned int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalDocsExamined int
getter/setter pair
totalKeysExamined int
getter/setter pair
totalQuorumDocsExamined int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited