Cloud Dataplex v1 API - Class DataScanEvent.Types.DataQualityResult (2.4.0)

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

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

Data quality result for data scan job.

Inheritance

object > DataScanEvent.Types.DataQualityResult

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataQualityResult()

public DataQualityResult()

DataQualityResult(DataQualityResult)

public DataQualityResult(DataScanEvent.Types.DataQualityResult other)
Parameter
NameDescription
otherDataScanEventTypesDataQualityResult

Properties

DimensionPassed

public MapField<string, bool> DimensionPassed { get; }

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.

Property Value
TypeDescription
MapFieldstringbool

Passed

public bool Passed { get; set; }

Whether the data quality result was pass or not.

Property Value
TypeDescription
bool

RowCount

public long RowCount { get; set; }

The count of rows processed in the data scan job.

Property Value
TypeDescription
long