GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation class
Evaluates whether the column aggregate statistic lies between a specified range.
Constructors
- GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation({String? maxValue, String? minValue, String? statistic, bool? strictMaxEnabled, bool? strictMinEnabled})
- GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxValue ↔ String?
-
The maximum column statistic value allowed for a row to pass this
validation.At least one of min_value and max_value need to be provided.
getter/setter pair
- minValue ↔ String?
-
The minimum column statistic value allowed for a row to pass this
validation.At least one of min_value and max_value need to be provided.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- statistic ↔ String?
-
The aggregate metric to evaluate.
getter/setter pair
- strictMaxEnabled ↔ bool?
-
Whether column statistic 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 column statistic 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