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."],[[["The content provides documentation for the `DataQualityResult` class within the Google Cloud Dataplex v1 API, specifically under the `DataScanEvent.Types` namespace."],["This class represents the data quality outcomes for a data scan job, indicating whether the results `Passed` or not, and a breakdown of `DimensionPassed`."],["The documentation includes details on the class's inheritance, implementing interfaces, constructors, and key properties like `Passed`, `DimensionPassed`, and `RowCount`."],["There are multiple versions of the API's `DataQualityResult` class listed, ranging from version 1.0.0 to the latest version 3.6.0."],["The latest documentation is on the version 3.6.0, in which you can also access the previous versions."]]],[]]