uniquenessExpectation property

  1. @TagNumber.new(100)
DataQualityRule_UniquenessExpectation get uniquenessExpectation

ColumnAggregate rule which evaluates whether the column has duplicates.

Implementation

@$pb.TagNumber(100)
DataQualityRule_UniquenessExpectation get uniquenessExpectation => $_getN(4);
  1. @TagNumber.new(100)
set uniquenessExpectation (DataQualityRule_UniquenessExpectation v)

Implementation

@$pb.TagNumber(100)
set uniquenessExpectation(DataQualityRule_UniquenessExpectation v) {
  setField(100, v);
}