scopePrefix property

  1. @TagNumber.new(5)
String get scopePrefix

Keep only chunks whose document id starts with this prefix.

Implementation

@$pb.TagNumber(5)
$core.String get scopePrefix => $_getSZ(4);
  1. @TagNumber.new(5)
set scopePrefix (String value)

Implementation

@$pb.TagNumber(5)
set scopePrefix($core.String value) => $_setString(4, value);