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