GoogleCloudDataplexV1DataQualityRuleRangeExpectation class
Evaluates whether each column value lies between a specified range.
Constructors
- GoogleCloudDataplexV1DataQualityRuleRangeExpectation({String? maxValue, String? minValue, bool? strictMaxEnabled, bool? strictMinEnabled})
- GoogleCloudDataplexV1DataQualityRuleRangeExpectation.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxValue ↔ String?
-
The maximum column value allowed for a row to pass this validation.
getter/setter pair
- minValue ↔ String?
-
The minimum column value allowed for a row to pass this validation.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strictMaxEnabled ↔ bool?
-
Whether each value needs to be strictly lesser than ('<') the maximum, or
if equality is allowed.Only relevant if a max_value has been defined.
getter/setter pair
- strictMinEnabled ↔ bool?
-
Whether each value needs to be strictly greater than ('>') the minimum,
or if equality is allowed.Only relevant if a min_value has been defined.
getter/setter pair
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