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."],["Version 3.6.0 is the latest release of `DataQualityDimension`, while version 1.0.0 is the oldest."],["The class `DataQualityDimension` implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DataQualityDimension` class contains a `Name` property of type string that allows the input of the name of the dimension a rule belongs to, with the supported options being \"COMPLETENESS\", \"ACCURACY\", \"CONSISTENCY\", \"VALIDITY\", \"UNIQUENESS\", and \"INTEGRITY\"."],["The class provides two constructors, one default and one that accepts another `DataQualityDimension` object as a parameter for creating a copy."]]],[]]