Module: Google::Cloud::Dataplex::V1::DataQualityScanRuleResult::EvaluationType

Defined in:
proto_docs/google/cloud/dataplex/v1/logs.rb

Overview

The evaluation type of the data quality rule.

Constant Summary collapse

EVALUATION_TYPE_UNSPECIFIED =

An unspecified evaluation type.

0
PER_ROW =

The rule evaluation is done at per row level.

1
AGGREGATE =

The rule evaluation is done for an aggregate of rows.

2