scopePrefix property
Keep only chunks whose document id starts with this prefix.
Implementation
@$pb.TagNumber(5)
$core.String get scopePrefix => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set scopePrefix($core.String value) => $_setString(4, value);