GoogleCloudDataplexV1DataQualityRuleResult class

DataQualityRuleResult provides a more detailed, per-rule view of the results.

Constructors

GoogleCloudDataplexV1DataQualityRuleResult({String? evaluatedCount, String? failingRowsQuery, String? nullCount, double? passRatio, bool? passed, String? passedCount, GoogleCloudDataplexV1DataQualityRule? rule})
GoogleCloudDataplexV1DataQualityRuleResult.fromJson(Map json_)

Properties

evaluatedCount String?
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.
getter/setter pair
failingRowsQuery String?
The query to find rows that did not pass this rule.This field is only valid for row-level type rules.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nullCount String?
The number of rows with null values in the specified column.
getter/setter pair
passed bool?
Whether the rule passed or failed.
getter/setter pair
passedCount String?
The number of rows which passed a rule evaluation.This field is only valid for row-level type rules.
getter/setter pair
passRatio double?
The ratio of passed_count / evaluated_count.This field is only valid for row-level type rules.
getter/setter pair
rule GoogleCloudDataplexV1DataQualityRule?
The rule specified in the DataQualitySpec, as is.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited