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
A MongoDB change stream.
Example

Dim pipeline As String = "{}"
Dim stream As MongoChangeStreamMBS = Collection.Watch(pipeline)

// now do inserts

// and now query changes
Dim changeJSON As String

While stream.NextChange(changeJSON)

MessageBox changeJSON

Wend

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.

This class has no sub classes.

Some methods using this class:

Some examples using this class:

Blog Entries

Xojo Developer Magazine

Release notes


The items on this page are in the following plugins: MBS MongoDB Plugin.


MLUpdateTaskMBS   -   MongoClientMBS


The biggest plugin in space...