Los SDK de dispositivos Atlas están obsoletos. Consulte deprecation page for details.
io.realm.mongodb.mongo
io.realm.mongodb.mongo.MongoClient
The remote MongoClient used for working with data in MongoDB remotely via Realm.
Resumen del método
Modificador y Tipo | Método y descripción |
|---|---|
Gets a MongoDatabase instance for the given database name. | |
public String | Returns the service name for this client. |
Inherited Methods
Métodos heredados de la clase java.lang.Object:
getClass,hashCode,equals,clone,toString,notify,notifyAll,wait,wait,wait,finalize
Detalle del método
getDatabase
Gets a MongoDatabase instance for the given database name. Parámetros
Devuelve a |
getServiceName
public String getServiceName () |
|---|
Returns the service name for this client. Devuelve the service name. |