Optional
Readonly
collationThe collation specification for string sorting operations.
Optional
Readonly
collectionFunction to resolve strings to arrays for use with operators that reference other collections such as; $lookup
, $out
and $merge
.
Readonly
contextExtra references to operators to be used for processing.
Optional
Readonly
hashHash function to replace the Effective Java default implementation.
Readonly
idThe key that is used to lookup the ID value of a document.
"_id".
Optional
Readonly
jsonJSON schema validator to use with the '$jsonSchema' operator. Required in order to use the operator.
Readonly
processingDetermines how to treat inputs and outputs.
ProcessingMode.CLONE_OFF.
Readonly
scriptEnable or disable custom script execution via $where, $accumulator, and $function operators.
true.
Readonly
useEnable or disable falling back to the global context for operators.
true.
Readonly
useEnforces strict MongoDB compatibilty. See README.
true.
Optional
Readonly
variablesGlobal variables.
Generic options interface passed down to all operators