Cloud Dataplex v1 API - Class DataQualityResult (2.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class DataQualityResult : IMessage<DataQualityResult>, IEquatable<DataQualityResult>, IDeepCloneable<DataQualityResult>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DataQualityResult.
The output of a DataQualityScan.
Implements
IMessage DataQualityResult, IEquatable DataQualityResult, IDeepCloneable DataQualityResult, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataQualityResult()
public DataQualityResult()DataQualityResult(DataQualityResult)
public DataQualityResult(DataQualityResult other)| Parameter | |
|---|---|
| Name | Description |
other |
DataQualityResult |
Properties
Dimensions
public RepeatedField<DataQualityDimensionResult> Dimensions { get; }A list of results at the dimension level.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField DataQualityDimensionResult |
|
Passed
public bool Passed { get; set; }Overall data quality result -- true if all rules passed.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
PostScanActionsResult
public DataQualityResult.Types.PostScanActionsResult PostScanActionsResult { get; set; }Output only. The result of post scan actions.
| Property Value | |
|---|---|
| Type | Description |
DataQualityResult Types PostScanActionsResult |
|
RowCount
public long RowCount { get; set; }The count of rows processed.
| Property Value | |
|---|---|
| Type | Description |
long |
|
Rules
public RepeatedField<DataQualityRuleResult> Rules { get; }A list of all the rules in a job, and their results.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField DataQualityRuleResult |
|
ScannedData
public ScannedData ScannedData { get; set; }The data scanned for this result.
| Property Value | |
|---|---|
| Type | Description |
ScannedData |
|