Example usage for Java com.mongodb ConnectionString fields, constructors, methods, implement or subclass
The text is from its open source code.
ConnectionString(final String connectionString) Creates a ConnectionString from the given string. |
String | getCollection() Gets the collection name |
String | getConnectionString() Get the unparsed connection string. |
List | getCredentialList() Gets the credentials in an immutable list. |
String | getDatabase() Gets the database name |