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-21 UTC."],[[["The latest version of the `DataQualityDimension` class is 3.6.0, while a variety of previous versions are also documented, ranging from 3.5.0 down to 1.0.0."],["The `DataQualityDimension` class, part of the Google Cloud Dataplex v1 API, is designed to capture data quality intent related to a defined set of rules."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for its functionality."],["The `DataQualityDimension` class provides a `Name` property which stores the name of the dimension to which a rule belongs, with supported dimensions including \"COMPLETENESS,\" \"ACCURACY,\" and more."],["The class has two constructors to create either a default `DataQualityDimension` or a copy from an existing `DataQualityDimension` object."]]],[]]