RootStats class

Provides statistics about a RootDirectory

Properties

hashCode int
The hash code for this object.
no setterinherited
rootLength int
Retrieve the number of all stored tiles synchronously
no setter
rootLengthAsync Future<int>
Retrieve the number of all stored tiles asynchronously
no setter
rootSize double
Retrieve the total size of all stored tiles in kibibytes (KiB) synchronously
no setter
rootSizeAsync Future<double>
Retrieve the total size of all stored tiles in kibibytes (KiB) asynchronously
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storesAvailable List<StoreDirectory>
List all the available StoreDirectorys synchronously
no setter
storesAvailableAsync Future<List<StoreDirectory>>
List all the available StoreDirectorys asynchronously
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
watchChanges({Duration? debounce = const Duration(milliseconds: 200), bool fireImmediately = false, List<StoreDirectory> recursive = const [], bool watchRecovery = false, List<StoreParts> storeParts = const [StoreParts.metadata, StoreParts.tiles, StoreParts.stats]}) Stream<void>
Watch for changes in the current root

Operators

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