FMTCRoot class abstract

Provides access to statistics, recovery, migration (and the import functionality) on the intitialised root.

Management services are not provided here, instead use methods on the backend directly.

Note that this does not provide direct access to any FMTCStores.

Properties

hashCode int
The hash code for this object.
no setterinherited
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

Static Properties

recovery RootRecovery
Manage the download recovery of all sub-stores
no setter
stats RootStats
Get statistics about this root (and all sub-stores)
no setter

Static Methods

external({required String pathToArchive}) RootExternal
Export & import 'archives' of selected stores and tiles, outside of the FMTC environment