Google Cloud Dataplex V1Data Quality Rule Statistic Range Expectation Args
data class GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectationArgs(val maxValue: Output<String>? = null, val minValue: Output<String>? = null, val statistic: Output<GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectationStatistic>? = null, val strictMaxEnabled: Output<Boolean>? = null, val strictMinEnabled: Output<Boolean>? = null) : ConvertibleToJava<GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectationArgs>
Evaluates whether the column aggregate statistic lies between a specified range.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectationArgs(maxValue: Output<String>? = null, minValue: Output<String>? = null, statistic: Output<GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectationStatistic>? = null, strictMaxEnabled: Output<Boolean>? = null, strictMinEnabled: Output<Boolean>? = null)
Functions
Properties
Link copied to clipboard
val statistic: Output<GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectationStatistic>? = null