PredictionStats class

Annotations
  • @JsonSerializable()

Constructors

PredictionStats({String? databaseName, String? collectionName, double? avgObjectSize, int? dataSize, Map<String, int>? indexSizes, Map<String, int>? objectCounts, int? objectCount, bool? isOk, int? storageSize, int? totalIndexSize, int? activeCount})
PredictionStats.fromJson(Map<String, dynamic> json)
factory

Properties

activeCount int?
getter/setter pair
avgObjectSize double?
getter/setter pair
collectionName String?
getter/setter pair
databaseName String?
getter/setter pair
dataSize int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
indexSizes Map<String, int>?
getter/setter pair
isOk bool?
getter/setter pair
objectCount int?
getter/setter pair
objectCounts Map<String, int>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storageSize int?
getter/setter pair
totalIndexSize 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

Static Methods

listFromJson(List json) List<PredictionStats>
mapFromJson(Map<String, dynamic> json) Map<String, PredictionStats>