|
The following arguments to find should have literal values abstracted.
filter: <document>,
|
projection: <document>,
|
skip: <int>,
|
limit: <int>,
|
batchSize: <int>,
|
maxTimeMS: <int>,
|
max: <document>,
|
min: <document>,
|
noCursorTimeout: <bool>,
|
let: <document>
|
The following arguments to find should have field names redacted.
find: <string>
|
filter: <document>
|
sort: <document>
|
projection: <document>
|
hint: <document or string>,
|
max: <document>,
|
min: <document>,
|
let: <document>
|
All other arguments should be preserved.
|