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-03-25 UTC."],[[["The `DataQualityColumnResult` class in the Google Cloud Dataplex v1 API provides a detailed view of data quality results per column."],["Version 3.6.0 is the latest version available for the `DataQualityColumnResult` class, with earlier versions going back to 1.0.0, and the current page focuses on version 3.1.0."],["The `DataQualityColumnResult` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The `DataQualityColumnResult` class has properties like `Column`, `HasScore`, and `Score`, which are used to represent the quality of the column-level, with `Score` being a value ranging from 0 to 100."],["The `DataQualityColumnResult` has two constructors: one default, and one that takes another `DataQualityColumnResult` object."]]],[]]