listCommands
On this page本页内容
Definition
listCommands-
The
listCommandscommand generates a list of all database commands implemented for the currentmongodormongosinstance.
Syntax
The command has the following syntax:
db.runCommand(
{
listCommands: 1
}
)