Reference documentation and code samples for the Google Cloud Dataplex V1 Client class DataQualityResult.
The output of a DataQualityScan.
Generated from protobuf message google.cloud.dataplex.v1.DataQualityResult
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ passed
bool
Overall data quality result -- true
if all rules passed.
↳ dimensions
array< Google\Cloud\Dataplex\V1\DataQualityDimensionResult
>
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.
↳ rules
array< Google\Cloud\Dataplex\V1\DataQualityRuleResult
>
A list of all the rules in a job, and their results.
↳ row_count
int|string
The count of rows processed.
↳ scanned_data
↳ post_scan_actions_result
Google\Cloud\Dataplex\V1\DataQualityResult\PostScanActionsResult
Output only. The result of post scan actions.
getPassed
Overall data quality result -- true
if all rules passed.
bool
setPassed
Overall data quality result -- true
if all rules passed.
var
bool
$this
getDimensions
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.
setDimensions
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.
$this
getRules
A list of all the rules in a job, and their results.
setRules
A list of all the rules in a job, and their results.
$this
getRowCount
The count of rows processed.
int|string
setRowCount
The count of rows processed.
var
int|string
$this
getScannedData
The data scanned for this result.
hasScannedData
clearScannedData
setScannedData
The data scanned for this result.
$this
getPostScanActionsResult
Output only. The result of post scan actions.
hasPostScanActionsResult
clearPostScanActionsResult
setPostScanActionsResult
Output only. The result of post scan actions.
$this