View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataQualityRuleRangeExpectation (google_api_dataplex v0.20.0)
Evaluates whether each column value lies between a specified range.
Attributes
-
maxValue
(type:String.t
, default:nil
) - Optional. The maximum column value allowed for a row to pass this validation. At least one of min_value and max_value need to be provided. -
minValue
(type:String.t
, default:nil
) - Optional. The minimum column value allowed for a row to pass this validation. At least one of min_value and max_value need to be provided. -
strictMaxEnabled
(type:boolean()
, default:nil
) - 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. -
strictMinEnabled
(type:boolean()
, default:nil
) - 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.