public sealed class DataScanEvent.Types.DataQualityResult : IMessage<DataScanEvent.Types.DataQualityResult>, IEquatable<DataScanEvent.Types.DataQualityResult>, IDeepCloneable<DataScanEvent.Types.DataQualityResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataScanEvent.Types.DataQualityResult.
public MapField<string, bool> DimensionPassed { get; }
The result of each dimension for data quality result.
The key of the map is the name of the dimension.
The value is the bool value depicting whether the dimension result was
pass or not.
[[["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 documentation for the `DataQualityResult` class within the Google Cloud Dataplex v1 API, specifically focusing on data scan job results."],["The `DataQualityResult` class, which implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to store the outcome of data quality checks."],["The latest available version of the API is 3.6.0, with multiple prior versions listed, from 3.5.0 to 1.0.0, all having documentation for `DataQualityResult`."],["Key properties of the `DataQualityResult` class include `DimensionPassed` (a map indicating the pass/fail status of various data quality dimensions), `Passed` (a boolean indicating the overall pass/fail status), and `RowCount` (the total number of rows processed)."],["The documentation also details the `DataQualityResult` constructors, one default and one taking another `DataQualityResult` object as parameter for use in instantiating the class."]]],[]]