IOUsage class

Contains I/O usage metrics for a command that was invoked.

Constructors

IOUsage.new({int? readIOs, int? writeIOs})
IOUsage.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
readIOs int?
The number of read I/O requests that the command performed.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writeIOs int?
The number of write I/O requests that the command performed.
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