StatsResourceCount class abstract

Contains the aggregate data for usage of a resource in a specific scope.

Constructors

StatsResourceCount()

Properties

hashCode int
The hash code for this object.
no setterinherited
mean int?
The average number of resources of this type used for this period.
getter/setter pair
min int?
The minimum total resources of this type used for this period.
getter/setter pair
opened int?
The total number of resources opened of this type.
getter/setter pair
peak int?
The peak number of resources of this type used for this period.
getter/setter pair
refused int?
The number of resource requests refused within this period.
getter/setter pair
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