MongoDB Community: The source-available, free-to-use, and self-managed version of MongoDB Required Access To use explain, you must have permission to run the underlying command. Syntax The command has the following syntax: db.runCommand( { explain: , verbosity: <string>, comment: <any> }...
MongoDB Community: The source-available, free-to-use, and self-managed version of MongoDB Required Access To use explain, you must have permission to run the underlying command. Syntax The command has the following syntax: db.runCommand( { explain: , verbosity: <string>, comment: <any> }...
MongoDB Community: The source-available, free-to-use, and self-managed version of MongoDB Required Access To use explain, you must have permission to run the underlying command. Syntax The command has the following syntax: db.runCommand( { explain: , verbosity: <string>, comment: <any> }...
The command has the following syntax: db.runCommand( { explain: , verbosity: <string>, comment: <any> } )Command Fields The command takes the following fields: Field Type Description explain document A document specifying the command for which to return the execution information. For details...