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.
Implements
IMessageDataScanEventTypesDataQualityResult, IEquatableDataScanEventTypesDataQualityResult, IDeepCloneableDataScanEventTypesDataQualityResult, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataQualityResult()
public DataQualityResult()
DataQualityResult(DataQualityResult)
public DataQualityResult(DataScanEvent.Types.DataQualityResult other)
Parameter | |
---|---|
Name | Description |
other | DataScanEventTypesDataQualityResult |
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 | |
---|---|
Type | Description |
MapFieldstringbool |
Passed
public bool Passed { get; set; }
Whether the data quality result was pass
or not.
Property Value | |
---|---|
Type | Description |
bool |
RowCount
public long RowCount { get; set; }
The count of rows processed in the data scan job.
Property Value | |
---|---|
Type | Description |
long |