CrawlerMetrics class

Metrics for a specified crawler.

Constructors

CrawlerMetrics({String? crawlerName, double? lastRuntimeSeconds, double? medianRuntimeSeconds, bool? stillEstimating, int? tablesCreated, int? tablesDeleted, int? tablesUpdated, double? timeLeftSeconds})
CrawlerMetrics.fromJson(Map<String, dynamic> json)
factory

Properties

crawlerName String?
The name of the crawler.
final
hashCode int
The hash code for this object.
no setterinherited
lastRuntimeSeconds double?
The duration of the crawler's most recent run, in seconds.
final
medianRuntimeSeconds double?
The median duration of this crawler's runs, in seconds.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stillEstimating bool?
True if the crawler is still estimating how long it will take to complete this run.
final
tablesCreated int?
The number of tables created by this crawler.
final
tablesDeleted int?
The number of tables deleted by this crawler.
final
tablesUpdated int?
The number of tables updated by this crawler.
final
timeLeftSeconds double?
The estimated time left to complete a running crawl.
final

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