public sealed class DataQualityColumnResult : IMessage<DataQualityColumnResult>, IEquatable<DataQualityColumnResult>, IDeepCloneable<DataQualityColumnResult>, IBufferMessage, IMessageReference 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 |
|
Dimensions
public RepeatedField<DataQualityDimensionResult> Dimensions { get; }Output only. The dimension-level results for this column.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataQualityDimensionResult |
|
HasScore
public bool HasScore { get; }Gets whether the "score" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Passed
public bool Passed { get; set; }Output only. Whether the column passed or failed.
| 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 |
|