Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Jokes
Docs Menu
Docs Home
/
Atlas
/ /

Supported MongoDB Commands

This section describes the MongoDB query operations that are supported by Data Federation.

Important

Some commands have special behavior in Data Federation that differs from standard MongoDB functionality.

To run a command against your federated database instance, use db.runCommand():

db.runCommand( { <command> } )

Back

Features