CrawlerMetrics
public struct CrawlerMetrics : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the crawler.
Declaration
Swift
public let crawlerName: String? -
The duration of the crawler’s most recent run, in seconds.
Declaration
Swift
public let lastRuntimeSeconds: Double? -
The median duration of this crawler’s runs, in seconds.
Declaration
Swift
public let medianRuntimeSeconds: Double? -
True if the crawler is still estimating how long it will take to complete this run.
Declaration
Swift
public let stillEstimating: Bool? -
The number of tables created by this crawler.
Declaration
Swift
public let tablesCreated: Int? -
The number of tables deleted by this crawler.
Declaration
Swift
public let tablesDeleted: Int? -
The number of tables updated by this crawler.
Declaration
Swift
public let tablesUpdated: Int? -
The estimated time left to complete a running crawl.
Declaration
Swift
public let timeLeftSeconds: Double? -
init(crawlerName:lastRuntimeSeconds:medianRuntimeSeconds:stillEstimating:tablesCreated:tablesDeleted:tablesUpdated:timeLeftSeconds:)Undocumented
Declaration
Swift
public init(crawlerName: String? = nil, lastRuntimeSeconds: Double? = nil, medianRuntimeSeconds: Double? = nil, stillEstimating: Bool? = nil, tablesCreated: Int? = nil, tablesDeleted: Int? = nil, tablesUpdated: Int? = nil, timeLeftSeconds: Double? = nil)
View on GitHub
CrawlerMetrics Structure Reference