Google Cloud Dataplex V1Data Quality Rule Range Expectation Args
data class GoogleCloudDataplexV1DataQualityRuleRangeExpectationArgs(val maxValue: Output<String>? = null, val minValue: Output<String>? = null, val strictMaxEnabled: Output<Boolean>? = null, val strictMinEnabled: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDataplexV1DataQualityRuleRangeExpectationArgs>
Evaluates whether each column value lies between a specified range.
Properties
Link copied to clipboard
Optional. 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. Default = false.
Link copied to clipboard
Optional. 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. Default = false.