Values_1.CrawlerMetricsSourceMetrics for a specified crawler.
type nonrec t = {crawlerName : Values_0.NameString.t option;The name of the crawler.
*)timeLeftSeconds : Values_0.NonNegativeDouble.t option;The estimated time left to complete a running crawl.
*)stillEstimating : Values_0.Boolean.t option;True if the crawler is still estimating how long it will take to complete this run.
*)lastRuntimeSeconds : Values_0.NonNegativeDouble.t option;The duration of the crawler's most recent run, in seconds.
*)medianRuntimeSeconds : Values_0.NonNegativeDouble.t option;The median duration of this crawler's runs, in seconds.
*)tablesCreated : NonNegativeInteger.t option;The number of tables created by this crawler.
*)tablesUpdated : NonNegativeInteger.t option;The number of tables updated by this crawler.
*)tablesDeleted : NonNegativeInteger.t option;The number of tables deleted by this crawler.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Double of Values_0.NonNegativeDouble.t
| `Integer of NonNegativeInteger.t
| `String of Values_0.NameString.t ])
list ]