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-21 UTC."],[[["The page provides documentation for the `DataQualityResult` class within the `Google.Cloud.Dataplex.V1` API, specifically for the `.NET` platform."],["`DataQualityResult` is part of the `DataScanEvent.Types` and is used to represent the outcome of a data quality check performed during a data scan job."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used in various data processing contexts."],["Key properties include `DimensionPassed` (a map of dimension results), `Passed` (overall pass/fail status), and `RowCount` (number of rows processed)."],["The page also lists different versions of the documentation, with version 3.6.0 being the latest, and allows to navigate to any version between 1.0.0 and 3.6.0."]]],[]]