public sealed class DataQualityColumnResult : IMessage<DataQualityColumnResult>, IEquatable<DataQualityColumnResult>, IDeepCloneable<DataQualityColumnResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityColumnResult.
DataQualityColumnResult provides a more detailed, per-column view of
the results.
[[["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-04-09 UTC."],[[["The provided content details the `DataQualityColumnResult` class within the Google Cloud Dataplex V1 API, offering a per-column view of data quality results."],["The latest version of the documentation is 3.6.0, with a range of versions from 1.0.0 to 3.6.0 available, allowing users to access the relevant version of documentation for their project."],["`DataQualityColumnResult` includes properties like `Column`, `HasScore`, and `Score`, which are used to report per-column data quality, showing the column name, if a score is available, and the score, respectively."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating it supports message handling, equality checks, deep cloning, and buffer message operations."],["The `DataQualityColumnResult` class has two constructors, one default and one that takes another `DataQualityColumnResult` as a parameter, and has inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]