GoogleCloudDataplexV1DataQualityResult class

The output of a DataQualityScan.

Properties

columns List<GoogleCloudDataplexV1DataQualityColumnResult>?
A list of results at the column level.A column will have a corresponding DataQualityColumnResult if and only if there is at least one rule with the 'column' field set to it.
getter/setter pair
dimensions List<GoogleCloudDataplexV1DataQualityDimensionResult>?
A list of results at the dimension level.A dimension will have a corresponding DataQualityDimensionResult if and only if there is at least one rule with the 'dimension' field set to it.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
passed bool?
Overall data quality result -- true if all rules passed.
getter/setter pair
postScanActionsResult GoogleCloudDataplexV1DataQualityResultPostScanActionsResult?
The result of post scan actions.
getter/setter pair
rowCount String?
The count of rows processed.
getter/setter pair
rules List<GoogleCloudDataplexV1DataQualityRuleResult>?
A list of all the rules in a job, and their results.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scannedData GoogleCloudDataplexV1ScannedData?
The data scanned for this result.
getter/setter pair
score double?
The overall data quality score.The score ranges between 0, 100 (up to two decimal points).
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