Class GoogleCloudDataplexV1DataQualityResult
The output of a DataQualityScan.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataQualityResult : IDirectResponseSchema
Properties
Columns
Output only. A list of results at the column level.A column will have a corresponding DataQualityColumnResult if and only if there is at least one rule with the 'column' field set to it.
Declaration
[JsonProperty("columns")]
public virtual IList<GoogleCloudDataplexV1DataQualityColumnResult> Columns { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDataplexV1DataQualityColumnResult> |
Dimensions
A list of results at the dimension level.A dimension will have a corresponding DataQualityDimensionResult if and only if there is at least one rule with the 'dimension' field set to it.
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
Overall data quality result -- true if all rules passed.
Declaration
[JsonProperty("passed")]
public virtual bool? Passed { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PostScanActionsResult
Output only. The result of post scan actions.
Declaration
[JsonProperty("postScanActionsResult")]
public virtual GoogleCloudDataplexV1DataQualityResultPostScanActionsResult PostScanActionsResult { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1DataQualityResultPostScanActionsResult |
RowCount
The count of rows processed.
Declaration
[JsonProperty("rowCount")]
public virtual long? RowCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
Rules
A list of all the rules in a job, and their results.
Declaration
[JsonProperty("rules")]
public virtual IList<GoogleCloudDataplexV1DataQualityRuleResult> Rules { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudDataplexV1DataQualityRuleResult> |
ScannedData
The data scanned for this result.
Declaration
[JsonProperty("scannedData")]
public virtual GoogleCloudDataplexV1ScannedData ScannedData { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudDataplexV1ScannedData |
Score
Output only. The overall data quality score.The score ranges between 0, 100 (up to two decimal points).
Declaration
[JsonProperty("score")]
public virtual float? Score { get; set; }
Property Value
Type | Description |
---|---|
float? |