public sealed class DataQualityDimension : IMessage<DataQualityDimension>, IEquatable<DataQualityDimension>, IDeepCloneable<DataQualityDimension>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityDimension.
A dimension captures data quality intent about a defined subset of the rules
specified.
[[["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 `DataQualityDimension` class in the Google Cloud Dataplex v1 API captures data quality intent for a subset of specified rules."],["This class is implemented in the `Google.Cloud.Dataplex.V1` namespace and is part of the `Google.Cloud.Dataplex.V1.dll` assembly."],["The latest version of `DataQualityDimension` is 3.6.0, and it includes multiple versions dating back to 1.0.0."],["`DataQualityDimension` class has a property named `Name` which specifies the dimension name a rule belongs to, with supported dimensions including \"COMPLETENESS\", \"ACCURACY\", and \"VALIDITY\", among others."],["The `DataQualityDimension` class implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from the base `object` class."]]],[]]