Class GoogleCloudDataplexV1DataQualityColumnResult
DataQualityColumnResult provides a more detailed, per-column view of the results.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataQualityColumnResult : IDirectResponseSchema
Properties
Column
Output only. The column specified in the DataQualityRule.
Declaration
[JsonProperty("column")]
public virtual string Column { get; set; }
Property Value
Type | Description |
---|---|
string |
Dimensions
Output only. The dimension-level results for this column.
Declaration
[JsonProperty("dimensions")]
public virtual IList<GoogleCloudDataplexV1DataQualityDimensionResult> Dimensions { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDataplexV1DataQualityDimensionResult> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Passed
Output only. Whether the column passed or failed.
Declaration
[JsonProperty("passed")]
public virtual bool? Passed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Score
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).
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type | Description |
---|---|
float? |