Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualityResult.
The output of a DataQualityScan.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#dimensions
def dimensions() -> ::Array<::Google::Cloud::Dataplex::V1::DataQualityDimensionResult>
Returns
- (::Array<::Google::Cloud::Dataplex::V1::DataQualityDimensionResult>) — A list of results at the dimension level.
#dimensions=
def dimensions=(value) -> ::Array<::Google::Cloud::Dataplex::V1::DataQualityDimensionResult>
Parameter
- value (::Array<::Google::Cloud::Dataplex::V1::DataQualityDimensionResult>) — A list of results at the dimension level.
Returns
- (::Array<::Google::Cloud::Dataplex::V1::DataQualityDimensionResult>) — A list of results at the dimension level.
#passed
def passed() -> ::Boolean
Returns
-
(::Boolean) — Overall data quality result --
true
if all rules passed.
#passed=
def passed=(value) -> ::Boolean
Parameter
-
value (::Boolean) — Overall data quality result --
true
if all rules passed.
Returns
-
(::Boolean) — Overall data quality result --
true
if all rules passed.
#post_scan_actions_result
def post_scan_actions_result() -> ::Google::Cloud::Dataplex::V1::DataQualityResult::PostScanActionsResult
Returns
- (::Google::Cloud::Dataplex::V1::DataQualityResult::PostScanActionsResult) — Output only. The result of post scan actions.
#row_count
def row_count() -> ::Integer
Returns
- (::Integer) — The count of rows processed.
#row_count=
def row_count=(value) -> ::Integer
Parameter
- value (::Integer) — The count of rows processed.
Returns
- (::Integer) — The count of rows processed.
#rules
def rules() -> ::Array<::Google::Cloud::Dataplex::V1::DataQualityRuleResult>
Returns
- (::Array<::Google::Cloud::Dataplex::V1::DataQualityRuleResult>) — A list of all the rules in a job, and their results.
#rules=
def rules=(value) -> ::Array<::Google::Cloud::Dataplex::V1::DataQualityRuleResult>
Parameter
- value (::Array<::Google::Cloud::Dataplex::V1::DataQualityRuleResult>) — A list of all the rules in a job, and their results.
Returns
- (::Array<::Google::Cloud::Dataplex::V1::DataQualityRuleResult>) — A list of all the rules in a job, and their results.
#scanned_data
def scanned_data() -> ::Google::Cloud::Dataplex::V1::ScannedData
Returns
- (::Google::Cloud::Dataplex::V1::ScannedData) — The data scanned for this result.
#scanned_data=
def scanned_data=(value) -> ::Google::Cloud::Dataplex::V1::ScannedData
Parameter
- value (::Google::Cloud::Dataplex::V1::ScannedData) — The data scanned for this result.
Returns
- (::Google::Cloud::Dataplex::V1::ScannedData) — The data scanned for this result.