Datascan Data Quality Spec Rule Statistic Range Expectation Args
data class DatascanDataQualitySpecRuleStatisticRangeExpectationArgs(val maxValue: Output<String>? = null, val minValue: Output<String>? = null, val statistic: Output<String>, val strictMaxEnabled: Output<Boolean>? = null, val strictMinEnabled: Output<Boolean>? = null) : ConvertibleToJava<DatascanDataQualitySpecRuleStatisticRangeExpectationArgs>
Constructors
Properties
Link copied to clipboard
Whether column statistic 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 column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed. Only relevant if a minValue has been defined. Default = false.