GoogleCloudDataplexV1DataQualityRule constructor
GoogleCloudDataplexV1DataQualityRule({
- String? column,
- String? description,
- String? dimension,
- bool? ignoreNull,
- String? name,
- GoogleCloudDataplexV1DataQualityRuleNonNullExpectation? nonNullExpectation,
- GoogleCloudDataplexV1DataQualityRuleRangeExpectation? rangeExpectation,
- GoogleCloudDataplexV1DataQualityRuleRegexExpectation? regexExpectation,
- GoogleCloudDataplexV1DataQualityRuleRowConditionExpectation? rowConditionExpectation,
- GoogleCloudDataplexV1DataQualityRuleSetExpectation? setExpectation,
- GoogleCloudDataplexV1DataQualityRuleSqlAssertion? sqlAssertion,
- GoogleCloudDataplexV1DataQualityRuleStatisticRangeExpectation? statisticRangeExpectation,
- GoogleCloudDataplexV1DataQualityRuleTableConditionExpectation? tableConditionExpectation,
- double? threshold,
- GoogleCloudDataplexV1DataQualityRuleUniquenessExpectation? uniquenessExpectation,
Implementation
GoogleCloudDataplexV1DataQualityRule({
this.column,
this.description,
this.dimension,
this.ignoreNull,
this.name,
this.nonNullExpectation,
this.rangeExpectation,
this.regexExpectation,
this.rowConditionExpectation,
this.setExpectation,
this.sqlAssertion,
this.statisticRangeExpectation,
this.tableConditionExpectation,
this.threshold,
this.uniquenessExpectation,
});