public sealed class DataQualityResult : IMessage<DataQualityResult>, IEquatable<DataQualityResult>, IDeepCloneable<DataQualityResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityResult.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This webpage provides reference documentation for the `DataQualityResult` class within the Google Cloud Dataplex V1 API, spanning versions from 1.0.0 to the latest 3.6.0."],["The `DataQualityResult` class is the output of a `DataQualityScan` and includes details on the dimensions, rules, and overall data quality of the scan."],["`DataQualityResult` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DataQualityResult` class include `Dimensions`, `Passed`, `RowCount`, `Rules`, and `ScannedData`, providing information about the results at the dimension level, whether all rules passed, the total rows processed, the list of rules with their results, and the data that was scanned, respectively."],["The latest version available is 3.6.0 with the oldest version being 1.0.0."]]],[]]