MongoGridFSFileInfoCreate Method |
Creates or overwrites a GridFS file.
Namespace: MongoDB.Driver.GridFSAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.1.0
Syntax public MongoGridFSStream Create()
Public Function Create As MongoGridFSStream
member Create : unit -> MongoGridFSStream
Return Value
Type:
MongoGridFSStreamA stream.
See Also