Platforms to show: All Mac Windows Linux Cross-Platform
MongoChangeStreamMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | MongoDB | MBS MongoDB Plugin | 23.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
Use this class to audit a collection, database or client for changes.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 2 properties
- 4 methods
- method Constructor Private
- method ErrorDocument(byref ReplyJSON as String) as Boolean
- method NextChange(byref RecordJSON as String) as Boolean
- method StreamResumeToken as String
This class has no sub classes.
Some methods using this class:
- MongoClientMBS.Watch(pipelineJSON as String, OptionsJSON as String = "") as MongoChangeStreamMBS
- MongoCollectionMBS.Watch(pipelineJSON as String, OptionsJSON as String = "") as MongoChangeStreamMBS
- MongoDatabaseMBS.Watch(pipelineJSON as String, OptionsJSON as String = "") as MongoChangeStreamMBS
Some examples using this class:
Blog Entries
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.5
- Watch MongoDB Database changes in Xojo
- MBS Xojo Plugins, version 23.5pr4
- News from the MBS Xojo Plugins in Version 23.0
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.0
- Watch changes in MongoDB with Xojo application
- MBS Xojo Plugins, version 22.6pr1
Xojo Developer Magazine
Release notes
- Version 23.5
- Added MongoDB Watch Changes example project to show MongoChangeStreamMBS class.
- Version 23.0
- Added MongoChangeStreamMBS class.
The items on this page are in the following plugins: MBS MongoDB Plugin.
MLUpdateTaskMBS - MongoClientMBS