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 document provides reference documentation for the `DataScanEvent.Types.DataQualityResult` class within the Google Cloud Dataplex V1 API, detailing its structure and functionality."],["The `DataQualityResult` class is used to represent the outcome of a data scan job, offering methods and properties to assess the quality of data, including whether the scan passed or failed and the count of processed rows."],["The document lists the various versions of the Dataplex API, from 1.0.0 up to the latest version 3.6.0, showing the available versions for the `DataQualityResult` class, which is all of them."],["The documentation covers the class's properties such as `DimensionPassed`, `Passed`, and `RowCount`, explaining each one and its data types."],["The document also details the class's constructors and the interfaces it implements, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as well as listing its inherited members."]]],[]]