Platforms to show: All Mac Windows Linux Cross-Platform
MongoURIMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | MongoDB | MBS MongoDB Plugin | 22.3 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Example:
Dim URL As String = "mongodb://myuser:mypass@localhost/"
Dim URI As New MongoURIMBS(URL)
MessageBox URI.URI
- 13 properties
- property AuthMechanism as String
- property AuthSource as String
- property Compressors as String
- property DatabaseName as String
- property Handle as Integer
- property Hosts as MongoHostListMBS
- property Options as String New in 23.1
- property Password as String
- property ServiceHostName as String
- property ServiceName as String
- property TLS as Boolean New in 23.1
- property URI as String
- property UserName as String
- 2 methods
- method Constructor(URI as String)
- method Copy as MongoURIMBS
- const DefaultPort = 27017
This class has no sub classes.
Some methods using this class:
- MongoClientMBS.Constructor(URI as MongoURIMBS)
- MongoCursorMBS.Clone as MongoURIMBS
Some properties using for this class:
- MongoClientMBS.URI as MongoURIMBS
Some examples using this class:
Blog Entries
- MBS Xojo Plugins, version 23.1pr1
- Insert record to MongoDB in Xojo
- MBS Xojo Plugins, version 22.3pr2
Xojo Developer Magazine
The items on this page are in the following plugins: MBS MongoDB Plugin.
