evaluatedCount property

String? evaluatedCount
getter/setter pair

The number of rows a rule was evaluated against.This field is only valid for row-level type rules.Evaluated count can be configured to either include all rows (default) - with null rows automatically failing rule evaluation, or exclude null rows from the evaluated_count, by setting ignore_nulls = true.

Implementation

core.String? evaluatedCount;