Show / Hide Table of Contents

Class GoogleCloudDataplexV1DataQualityResult

The output of a DataQualityScan.

Inheritance
object
GoogleCloudDataplexV1DataQualityResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1DataQualityResult : IDirectResponseSchema

Properties

CatalogPublishingStatus

Output only. The status of publishing the data scan to Catalog.

Declaration
[JsonProperty("catalogPublishingStatus")]
public virtual GoogleCloudDataplexV1DataScanCatalogPublishingStatus CatalogPublishingStatus { get; set; }
Property Value
Type Description
GoogleCloudDataplexV1DataScanCatalogPublishingStatus

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

Output only. 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

Output only. 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

Output only. The count of rows processed.

Declaration
[JsonProperty("rowCount")]
public virtual long? RowCount { get; set; }
Property Value
Type Description
long?

Rules

Output only. 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

Output only. 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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX