Cloud Dataplex v1 API - Class DataQualityScanRuleResult (2.15.0)

public sealed class DataQualityScanRuleResult : IMessage<DataQualityScanRuleResult>, IEquatable<DataQualityScanRuleResult>, IDeepCloneable<DataQualityScanRuleResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityScanRuleResult.

Information about the result of a data quality rule for data quality scan. The monitored resource is 'DataScan'.

Inheritance

object > DataQualityScanRuleResult

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataQualityScanRuleResult()

public DataQualityScanRuleResult()

DataQualityScanRuleResult(DataQualityScanRuleResult)

public DataQualityScanRuleResult(DataQualityScanRuleResult other)
Parameter
NameDescription
otherDataQualityScanRuleResult

Properties

Column

public string Column { get; set; }

The column which this rule is evaluated against.

Property Value
TypeDescription
string

DataSource

public string DataSource { get; set; }

The data source of the data scan (e.g. BigQuery table name).

Property Value
TypeDescription
string

EvaluatedRowCount

public long EvaluatedRowCount { get; set; }

The number of rows evaluated against the data quality rule. This field is only valid for rules of PER_ROW evaluation type.

Property Value
TypeDescription
long

EvalutionType

public DataQualityScanRuleResult.Types.EvaluationType EvalutionType { get; set; }

The evaluation type of the data quality rule.

Property Value
TypeDescription
DataQualityScanRuleResultTypesEvaluationType

JobId

public string JobId { get; set; }

Identifier of the specific data scan job this log entry is for.

Property Value
TypeDescription
string

NullRowCount

public long NullRowCount { get; set; }

The number of rows with null values in the specified column.

Property Value
TypeDescription
long

PassedRowCount

public long PassedRowCount { get; set; }

The number of rows which passed a rule evaluation. This field is only valid for rules of PER_ROW evaluation type.

Property Value
TypeDescription
long

Result

public DataQualityScanRuleResult.Types.Result Result { get; set; }

The result of the data quality rule.

Property Value
TypeDescription
DataQualityScanRuleResultTypesResult

RuleDimension

public string RuleDimension { get; set; }

The dimension of the data quality rule.

Property Value
TypeDescription
string

RuleName

public string RuleName { get; set; }

The name of the data quality rule.

Property Value
TypeDescription
string

RuleType

public DataQualityScanRuleResult.Types.RuleType RuleType { get; set; }

The type of the data quality rule.

Property Value
TypeDescription
DataQualityScanRuleResultTypesRuleType

ThresholdPercent

public double ThresholdPercent { get; set; }

The passing threshold ([0.0, 100.0]) of the data quality rule.

Property Value
TypeDescription
double