Cloud Dataplex v1 API - Class DataQualityDimensionResult (3.8.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class DataQualityDimensionResult : IMessage<DataQualityDimensionResult>, IEquatable<DataQualityDimensionResult>, IDeepCloneable<DataQualityDimensionResult>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DataQualityDimensionResult.
DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
Implements
IMessage DataQualityDimensionResult, IEquatable DataQualityDimensionResult, IDeepCloneable DataQualityDimensionResult, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataQualityDimensionResult()
public DataQualityDimensionResult()DataQualityDimensionResult(DataQualityDimensionResult)
public DataQualityDimensionResult(DataQualityDimensionResult other)| Parameter | |
|---|---|
| Name | Description |
other |
DataQualityDimensionResult |
Properties
Dimension
public DataQualityDimension Dimension { get; set; }Output only. The dimension config specified in the DataQualitySpec, as is.
| Property Value | |
|---|---|
| Type | Description |
DataQualityDimension |
|
HasScore
public bool HasScore { get; }Gets whether the "score" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Passed
public bool Passed { get; set; }Output only. Whether the dimension passed or failed.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Score
public float Score { get; set; }Output only. The dimension-level data quality score for this data scan job if and only if the 'dimension' field is set.
The score ranges between [0, 100] (up to two decimal points).
| Property Value | |
|---|---|
| Type | Description |
float |
|