uniquenessExpectation property
ColumnAggregate rule which evaluates whether the column has duplicates.
Implementation
@$pb.TagNumber(100)
DataQualityRule_UniquenessExpectation get uniquenessExpectation => $_getN(4);
Implementation
@$pb.TagNumber(100)
set uniquenessExpectation(DataQualityRule_UniquenessExpectation v) {
setField(100, v);
}