Realm~MongoDBDatabase

MongoDB サービスは、MongoDB のデータを操作するためのデータベースとコレクション オブジェクトを取得するために使用できます。

name

データベース名を取得します。

コレクション(名前)Realm.MongoDBCollection

リモート MongoDB コレクションへのインターフェースを取得します。

パラメーター:
  • name
    • タイプ: string
    • コレクションの名前。

返します: Realm.MongoDBCollection MongoDB のリモート コレクション。