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 reference documentation for the `DataScanEvent.Types.DataQualityResult` class within the Cloud Dataplex v1 API for .NET, with the latest version being 3.6.0 and spanning from 1.0.0 to 3.6.0."],["The `DataScanEvent.Types.DataQualityResult` class, part of the Google Cloud Dataplex V1 API, is used to represent the result of data quality checks performed by a data scan job."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class."],["The class provides properties like `DimensionPassed`, which shows the results of individual data quality checks, `Passed`, which indicates the overall pass or fail status, and `RowCount`, which shows the total number of rows checked."],["There are two constructors for this class: a default, and one that copies an existing `DataQualityResult` object."]]],[]]