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-21 UTC."],[[["This webpage provides reference documentation for the `DataQualityDimension` class within the Google Cloud Dataplex v1 API, specifically for .NET."],["The latest version of `DataQualityDimension` is 3.6.0, with historical versions ranging from 1.0.0 to 3.5.0 available."],["`DataQualityDimension` is used to define data quality intent regarding a subset of rules and is defined by dimensions like \"COMPLETENESS,\" \"ACCURACY,\" and \"VALIDITY\"."],["The `DataQualityDimension` class implements various interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base object class."],["There are two constructors for the DataQualityDimension class, a default one with no parameters, and one that accepts another DataQualityDimension as an argument."]]],[]]