QueryTimelineSample class Null safety
Constructors
- QueryTimelineSample({String? activeUnits, String? completedUnits, String? elapsedMs, String? estimatedRunnableUnits, String? pendingUnits, String? totalSlotMs})
- QueryTimelineSample.fromJson(Map json_)
Properties
- activeUnits ↔ String?
-
Total number of units currently being processed by workers.
read / write
- completedUnits ↔ String?
-
Total parallel units of work completed by this query.
read / write
- elapsedMs ↔ String?
-
Milliseconds elapsed since the start of query execution.
read / write
- estimatedRunnableUnits ↔ String?
-
Units of work that can be scheduled immediately.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- pendingUnits ↔ String?
-
Total units of work remaining for the query.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- totalSlotMs ↔ String?
-
Cumulative slot-ms consumed by the query.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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