Cloud Dataplex v1 API - Class DataQualityDimensionResult (2.15.0)

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.

Inheritance

object > DataQualityDimensionResult

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataQualityDimensionResult()

public DataQualityDimensionResult()

DataQualityDimensionResult(DataQualityDimensionResult)

public DataQualityDimensionResult(DataQualityDimensionResult other)
Parameter
NameDescription
otherDataQualityDimensionResult

Properties

Dimension

public DataQualityDimension Dimension { get; set; }

Output only. The dimension config specified in the DataQualitySpec, as is.

Property Value
TypeDescription
DataQualityDimension

HasScore

public bool HasScore { get; }

Gets whether the "score" field is set

Property Value
TypeDescription
bool

Passed

public bool Passed { get; set; }

Whether the dimension passed or failed.

Property Value
TypeDescription
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
TypeDescription
float