CrawlerHistory

Contains the information for a run of a crawler.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A UUID identifier for each crawl.

Link copied to clipboard

The number of data processing units (DPU) used in hours for the crawl.

Link copied to clipboard

The date and time on which the crawl ended.

Link copied to clipboard

If an error occurred, the error message associated with the crawl.

Link copied to clipboard

The log group associated with the crawl.

Link copied to clipboard

The log stream associated with the crawl.

Link copied to clipboard

The prefix for a CloudWatch message about this crawl.

Link copied to clipboard

The date and time on which the crawl started.

Link copied to clipboard

The state of the crawl.

Link copied to clipboard

A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.

Functions

Link copied to clipboard
inline fun copy(block: CrawlerHistory.Builder.() -> Unit = {}): CrawlerHistory
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String