The collation specification for string sorting operations.
Function to resolve strings to arrays for use with operators that reference other collections such as; $lookup
, $out
and $merge
.
Hash function to replace the somewhat weaker default implementation.
The key that is used to lookup the ID value of a document. @default "_id"
JSON schema validator to use with the '$jsonSchema' operator. This is required in order to use the operator.
Determines how to treat inputs and outputs. @default ProcessingMode.CLONE_OFF
Enables or disables custom script execution. When disabled, you cannot use operations that execute custom code, such as the $where, $accumulator, and $function.
Enforces strict MongoDB compatibilty. See readme for differences. @default true. When disabled, the $elemMatch projection operator returns all matching nested documents instead of only the first.
Global variables.
Generated using TypeDoc
Generic options interface passed down to all operators