minValue property
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.
Implementation
@$pb.TagNumber(2)
$core.String get minValue => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set minValue($core.String v) {
$_setString(1, v);
}