重要
mongosh メソッド
This page documents a mongosh method. This is not the documentation for a language-specific driver, such as Node.js.
MongoDB API ドライバーについては、各言語の「MongoDB ドライバーのドキュメント」を参照してください。
db.getMongo()次の値を返します。 現在のデータベース接続。
db.getMongo()runs when the shell initiates. Use this command to test thatmongoshhas a connection to the proper database instance.
注意
The legacy mongo shell has a sub-command, db.getMongo().setSecondaryOk(), which is not available in mongosh. In mongosh, use Mongo.setReadPref() instead.
互換性
このメソッドは、次の環境でホストされている配置で使用できます。
- MongoDB Atlas はクラウドでの MongoDB 配置のための完全管理サービスです
注意
このコマンドは、すべての MongoDB Atlas クラスターでサポートされています。すべてのコマンドに対する Atlas のサポートについては、「サポートされていないコマンド」を参照してください。
MongoDB Enterprise: サブスクリプションベースの自己管理型 MongoDB バージョン
MongoDB Community: ソースが利用可能で、無料で使用できる自己管理型の MongoDB のバージョン