Cloud Dataplex v1 API - Class DataQualityResult (2.3.0)

public sealed class DataQualityResult : IMessage<DataQualityResult>, IEquatable<DataQualityResult>, IDeepCloneable<DataQualityResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityResult.

The output of a DataQualityScan.

Inheritance

object > DataQualityResult

Namespace

GoogleCloudGoogle.Cloud.DataplexV1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataQualityResult()

public DataQualityResult()

DataQualityResult(DataQualityResult)

public DataQualityResult(DataQualityResult other)
Parameter
NameDescription
otherDataQualityResult

Properties

Dimensions

public RepeatedField<DataQualityDimensionResult> Dimensions { get; }

A list of results at the dimension-level.

Property Value
TypeDescription
RepeatedFieldDataQualityDimensionResult

Passed

public bool Passed { get; set; }

Overall data quality result -- true if all rules passed.

Property Value
TypeDescription
bool

RowCount

public long RowCount { get; set; }

The count of rows processed.

Property Value
TypeDescription
long

Rules

public RepeatedField<DataQualityRuleResult> Rules { get; }

A list of all the rules in a job, and their results.

Property Value
TypeDescription
RepeatedFieldDataQualityRuleResult

ScannedData

public ScannedData ScannedData { get; set; }

The data scanned for this result.

Property Value
TypeDescription
ScannedData