GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectationArgs

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

constructor(maxValue: Output<String>? = null, minValue: Output<String>? = null, statistic: Output<GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectationStatistic>? = null, strictMaxEnabled: Output<Boolean>? = null, strictMinEnabled: Output<Boolean>? = null)

Properties

Link copied to clipboard
val maxValue: Output<String>? = null

The maximum column statistic value allowed for a row to pass this validation.At least one of min_value and max_value need to be provided.

Link copied to clipboard
val minValue: Output<String>? = null

The minimum column statistic value allowed for a row to pass this validation.At least one of min_value and max_value need to be provided.

Link copied to clipboard

The aggregate metric to evaluate.

Link copied to clipboard
val strictMaxEnabled: Output<Boolean>? = null

Whether column statistic 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
val strictMinEnabled: Output<Boolean>? = null

Whether column statistic needs to be strictly greater than ('>') the minimum, or if equality is allowed.Only relevant if a min_value has been defined. Default = false.

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectationArgs