CrawlerMetrics
Metrics for a specified crawler.
Contents
- CrawlerName
-
The name of the crawler.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\t]*
Required: No
- LastRuntimeSeconds
-
The duration of the crawler's most recent run, in seconds.
Type: Double
Valid Range: Minimum value of 0.0.
Required: No
- MedianRuntimeSeconds
-
The median duration of this crawler's runs, in seconds.
Type: Double
Valid Range: Minimum value of 0.0.
Required: No
- StillEstimating
-
True if the crawler is still estimating how long it will take to complete this run.
Type: Boolean
Required: No
- TablesCreated
-
The number of tables created by this crawler.
Type: Integer
Valid Range: Minimum value of 0.
Required: No
- TablesDeleted
-
The number of tables deleted by this crawler.
Type: Integer
Valid Range: Minimum value of 0.
Required: No
- TablesUpdated
-
The number of tables updated by this crawler.
Type: Integer
Valid Range: Minimum value of 0.
Required: No
- TimeLeftSeconds
-
The estimated time left to complete a running crawl.
Type: Double
Valid Range: Minimum value of 0.0.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: