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 provided content details the `DataQualityResult` class within the Google Cloud Dataplex V1 API, specifically for the .NET framework."],["This class represents the outcome of a data quality check in a data scan job, with the latest version being 3.6.0, and contains details on the dimensions passed."],["`DataQualityResult` is designed to determine whether the scan was successful or not, and how many rows were processed in the scan."],["The content includes a list of available versions for `DataQualityResult`, ranging from 1.0.0 to the latest 3.6.0, and its implementation of several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DataQualityResult` class has properties like `DimensionPassed`, `Passed`, and `RowCount` to define the various results of the data quality check, such as which dimensions passed or failed, and how many rows were processed in the job."]]],[]]