public sealed class DataQualityDimensionResult : IMessage<DataQualityDimensionResult>, IEquatable<DataQualityDimensionResult>, IDeepCloneable<DataQualityDimensionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityDimensionResult.
DataQualityDimensionResult provides a more detailed, per-dimension view of
the results.
[[["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 `DataQualityDimensionResult` class in the Google Cloud Dataplex v1 API provides a detailed view of data quality results per dimension."],["This class has been implemented in multiple versions of the API ranging from version 1.0.0 to the latest 3.6.0, accessible through various links for different version documentation."],["The `DataQualityDimensionResult` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key functionalities of the class include constructors for creating instances and a `Passed` property, which is a boolean indicating whether a dimension has passed or failed."],["The class can be found within the `Google.Cloud.Dataplex.V1` namespace, within the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]