Cloud Dataplex v1 API - Class DataQualityDimensionResult (2.10.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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.