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.
The dimension name a rule belongs to. Supported dimensions are
["COMPLETENESS", "ACCURACY", "CONSISTENCY", "VALIDITY", "UNIQUENESS",
"FRESHNESS", "VOLUME"]
[[["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 latest version available for the `DataQualityDimension` class is 3.6.0, but this page is showing the documentation for version 3.4.0."],["The `DataQualityDimension` class is part of the Google Cloud Dataplex v1 API and serves to capture data quality intent for defined subsets of rules."],["This class has various implemented interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DataQualityDimension` class contains a `Name` property, which is a string that designates the dimension a rule belongs to and can be one of several supported values like \"COMPLETENESS\" or \"VALIDITY\"."],["This class has the ability to be constructed via two different methods, one with no parameters, and one that takes in another DataQualityDimension as a parameter."]]],[]]