GoogleCloudDataplexV1DataScan class

Represents a user-visible job which provides the insights for the related data source.For example: Data Quality: generates queries based on the rules and runs against the data to get data quality check results.

Data Profile: analyzes the data in table(s) and generates insights about the structure, content and relationships (such as null percent, cardinality, min/max/mean, etc).

Properties

createTime String?
The time when the scan was created.
getter/setter pair
data GoogleCloudDataplexV1DataSource?
The data source for DataScan.
getter/setter pair
dataProfileResult GoogleCloudDataplexV1DataProfileResult?
The result of the data profile scan.
getter/setter pair
dataProfileSpec GoogleCloudDataplexV1DataProfileSpec?
DataProfileScan related setting.
getter/setter pair
dataQualityResult GoogleCloudDataplexV1DataQualityResult?
The result of the data quality scan.
getter/setter pair
dataQualitySpec GoogleCloudDataplexV1DataQualitySpec?
DataQualityScan related setting.
getter/setter pair
description String?
Description of the scan.
getter/setter pair
displayName String?
User friendly display name.
getter/setter pair
executionSpec GoogleCloudDataplexV1DataScanExecutionSpec?
DataScan execution settings.If not specified, the fields in it will use their default values.
getter/setter pair
executionStatus GoogleCloudDataplexV1DataScanExecutionStatus?
Status of the data scan execution.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-defined labels for the scan.
getter/setter pair
name String?
The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a GCP region.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
Current state of the DataScan.
getter/setter pair
type String?
The type of DataScan.
getter/setter pair
uid String?
System generated globally unique ID for the scan.
getter/setter pair
updateTime String?
The time when the scan was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited