Crawler constructor
Crawler({
- List<
String> ? classifiers, - String? configuration,
- int? crawlElapsedTime,
- String? crawlerSecurityConfiguration,
- DateTime? creationTime,
- String? databaseName,
- String? description,
- LastCrawlInfo? lastCrawl,
- DateTime? lastUpdated,
- LineageConfiguration? lineageConfiguration,
- String? name,
- RecrawlPolicy? recrawlPolicy,
- String? role,
- Schedule? schedule,
- SchemaChangePolicy? schemaChangePolicy,
- CrawlerState? state,
- String? tablePrefix,
- CrawlerTargets? targets,
- int? version,
Implementation
Crawler({
this.classifiers,
this.configuration,
this.crawlElapsedTime,
this.crawlerSecurityConfiguration,
this.creationTime,
this.databaseName,
this.description,
this.lastCrawl,
this.lastUpdated,
this.lineageConfiguration,
this.name,
this.recrawlPolicy,
this.role,
this.schedule,
this.schemaChangePolicy,
this.state,
this.tablePrefix,
this.targets,
this.version,
});