Cloud Dataplex v1 API - Class DataQualityColumnResult (2.15.0)

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.

Inheritance

object > DataQualityColumnResult

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataQualityColumnResult()

public DataQualityColumnResult()

DataQualityColumnResult(DataQualityColumnResult)

public DataQualityColumnResult(DataQualityColumnResult other)
Parameter
NameDescription
otherDataQualityColumnResult

Properties

Column

public string Column { get; set; }

Output only. The column specified in the DataQualityRule.

Property Value
TypeDescription
string

HasScore

public bool HasScore { get; }

Gets whether the "score" field is set

Property Value
TypeDescription
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
TypeDescription
float