RestoreStats class final

Statistics from a restore operation.

Properties

backupSequence int
Sequence number at the time of backup.
final
backupTimestamp int
Timestamp when the backup was created (Unix millis).
final
entitiesRestored int
Number of entities restored.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tombstonesApplied int
Number of tombstones (deletions) applied.
final

Methods

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

Operators

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