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-25 UTC."],[[["This webpage provides reference documentation for the `DataQualityDimensionResult` class within the Google Cloud Dataplex V1 API, specifically for .NET development."],["The `DataQualityDimensionResult` class offers detailed, per-dimension views of data quality results, extending from the base `object` class and implementing multiple interfaces for functionality like message handling and cloning."],["The page includes links to various versions of the API, ranging from the latest 3.6.0 down to version 1.0.0, allowing users to access the class's documentation across different releases."],["The `DataQualityDimensionResult` class has properties such as `Dimension`, `HasScore`, `Passed`, and `Score`, providing data regarding the dimension configuration, whether a score is available, the pass/fail status, and the dimension-level data quality score."],["The document also details the constructors available for creating a new instance of the class, including a default constructor and a copy constructor."]]],[]]