scopePrefix property
Scoped retrieval: when set, only chunks whose document id begins with this prefix are eligible (e.g. a chat/collection namespace). Unset = search the whole index.
Implementation
@$pb.TagNumber(13)
$core.String get scopePrefix => $_getSZ(12);
Implementation
@$pb.TagNumber(13)
set scopePrefix($core.String value) => $_setString(12, value);