Datascan Data Quality Result Rule Rule Range Expectation
data class DatascanDataQualityResultRuleRuleRangeExpectation(val maxValue: String? = null, val minValue: String? = null, val strictMaxEnabled: Boolean? = null, val strictMinEnabled: Boolean? = null)
Properties
Link copied to clipboard
Whether each value needs to be strictly lesser than ('<') the maximum, or if equality is allowed. Only relevant if a maxValue has been defined. Default = false.
Link copied to clipboard
Whether each value needs to be strictly greater than ('>') the minimum, or if equality is allowed. Only relevant if a minValue has been defined. Default = false.