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.
Implements
IMessageDataQualityColumnResult, IEquatableDataQualityColumnResult, IDeepCloneableDataQualityColumnResult, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataQualityColumnResult()
public DataQualityColumnResult()
DataQualityColumnResult(DataQualityColumnResult)
public DataQualityColumnResult(DataQualityColumnResult other)
Parameter | |
---|---|
Name | Description |
other | DataQualityColumnResult |
Properties
Column
public string Column { get; set; }
Output only. The column specified in the DataQualityRule.
Property Value | |
---|---|
Type | Description |
string |
HasScore
public bool HasScore { get; }
Gets whether the "score" field is set
Property Value | |
---|---|
Type | Description |
bool |
Score
public float Score { get; set; }
Output only. The column-level data quality score for this data scan job if and only if the 'column' field is set.
The score ranges between between [0, 100] (up to two decimal points).
Property Value | |
---|---|
Type | Description |
float |