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

Passed

public bool Passed { get; set; }

Whether the dimension passed or failed.

Property Value
TypeDescription
bool