setExpectation property

  1. @TagNumber.new(3)
DataQualityRule_SetExpectation get setExpectation

ColumnMap rule which evaluates whether each column value is contained by a specified set.

Implementation

@$pb.TagNumber(3)
DataQualityRule_SetExpectation get setExpectation => $_getN(2);
  1. @TagNumber.new(3)
set setExpectation (DataQualityRule_SetExpectation v)

Implementation

@$pb.TagNumber(3)
set setExpectation(DataQualityRule_SetExpectation v) {
  setField(3, v);
}