Platforms to show: All Mac Windows Linux Cross-Platform
MongoBulkOperationMBS class New in 26.4
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | MongoDB | MBS MongoDB Plugin | 26.4 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
After adding all of the write operations to the operation, call Execute() to execute the operation.
- 10 properties
- property BypassDocumentValidation as Boolean
- property Client as MongoClientMBS
- property Collection as String
- property Comment as String
- property Database as String
- property Handle as Integer
- property Let as String
- property Parent as MongoCollectionMBS
- property ServerID as UInt32
- property UsedServerId as UInt32
- 12 methods
- method Constructor(Collection as MongoCollectionMBS, OptionsJSON as String = "")
- method Constructor(ordered as boolean = false)
- method Execute as String
- method Insert(documentJSON as String, OptionsJSON as String = "")
- method RemoveMany(selectorJSON as String, OptionsJSON as String = "")
- method RemoveOne(selectorJSON as String, OptionsJSON as String = "")
- method ReplaceOne(selectorJSON as String, documentJSON as String, OptionsJSON as String = "")
- method ReplaceOne(selectorJSON as String, documentJSON as String, Upsert as Boolean)
- method UpdateMany(selectorJSON as String, documentJSON as String, OptionsJSON as String = "")
- method UpdateMany(selectorJSON as String, documentJSON as String, Upsert as Boolean)
- method UpdateOne(selectorJSON as String, documentJSON as String, OptionsJSON as String = "")
- method UpdateOne(selectorJSON as String, documentJSON as String, Upsert as Boolean)
This class has no sub classes.
Blog Entries
Release notes
- Version 26.4
- Added MongoBulkOperationMBS class.
Some related classes:
- class Database
- class MongoClientMBS
- class MongoCollectionMBS
The items on this page are in the following plugins: MBS MongoDB Plugin.
MLUpdateTaskMBS - MongoChangeStreamMBS