Platforms to show: All Mac Windows Linux Cross-Platform
MongoStreamMBS class New in 25.2
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | MongoDB | MBS MongoDB Plugin | 25.2 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | All |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 3 properties
- property Handle as Integer
- property ShouldRetry as Boolean
- property TimeOut as Boolean
- 9 methods
- method Close
- method Constructor Private
- method Flush
- method Read(ByteCount as Integer, MinBytes as Integer = -1) as String
- method ReadAll as String
- method ReadAllMemory as MemoryBlock
- method ReadMemory(ByteCount as Integer, MinBytes as Integer = -1) as MemoryBlock
- method Write(Data as MemoryBlock) as Integer
- method Write(Data as String) as Integer
- 2 shared methods
- shared method NewStreamFromFile(File as FolderItem) as MongoStreamMBS
- shared method NewStreamFromPath(Path as String) as MongoStreamMBS
This class has no sub classes.
Blog Entries
Release notes
- Version 25.2
- Added MongoStreamMBS, MongoGridFSFileMBS, MongoGridFSFileListMBS, MongoGridFSFileOptionsMBS and MongoGridFSMBS classes.
Some methods using this class:
- MongoGridFSFileMBS.NewStream as MongoStreamMBS
- MongoGridFSMBS.CreateFileFromStream(stream as MongoStreamMBS, options as MongoGridFSFileOptionsMBS) as MongoGridFSFileMBS
Some related classes:
- class MongoGridFSFileListMBS
- class MongoGridFSFileMBS
- class MongoGridFSFileOptionsMBS
- class MongoGridFSMBS
The items on this page are in the following plugins: MBS MongoDB Plugin.
MongoSSLOptionsMBS - MongoURIMBS
