Class GoogleCloudDataplexV1DataScanEventDataQualityResult
Data quality result for data scan job.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataScanEventDataQualityResult : IDirectResponseSchema
Properties
ColumnScore
The score of each column scanned in the data scan job. The key of the map is the name of the column. The value is the data quality score for the column.The score ranges between 0, 100 (up to two decimal points).
Declaration
[JsonProperty("columnScore")]
public virtual IDictionary<string, float?> ColumnScore { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, float?> |
DimensionPassed
The result of each dimension for data quality result. The key of the map is the name of the dimension. The value is the bool value depicting whether the dimension result was pass or not.
Declaration
[JsonProperty("dimensionPassed")]
public virtual IDictionary<string, bool?> DimensionPassed { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, bool?> |
DimensionScore
The score of each dimension for data quality result. The key of the map is the name of the dimension. The value is the data quality score for the dimension.The score ranges between 0, 100 (up to two decimal points).
Declaration
[JsonProperty("dimensionScore")]
public virtual IDictionary<string, float?> DimensionScore { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, float?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Passed
Whether the data quality result was pass or not.
Declaration
[JsonProperty("passed")]
public virtual bool? Passed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
RowCount
The count of rows processed in the data scan job.
Declaration
[JsonProperty("rowCount")]
public virtual long? RowCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
Score
The table-level data quality score for the data scan job.The data quality score ranges between 0, 100 (up to two decimal points).
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type | Description |
---|---|
float? |