public sealed class DataQualityDimensionResult : IMessage<DataQualityDimensionResult>, IEquatable<DataQualityDimensionResult>, IDeepCloneable<DataQualityDimensionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityDimensionResult.
DataQualityDimensionResult provides a more detailed, per-dimension view of the results.
Implements
IMessageDataQualityDimensionResult, IEquatableDataQualityDimensionResult, IDeepCloneableDataQualityDimensionResult, 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; }
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 |