Namespace:
MongoDB.Driver.GridFS
Assembly:
MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public GridFSBucket(
IMongoDatabase database,
GridFSBucketOptions options = null
)
Public Sub New (
database As IMongoDatabase,
Optional options As GridFSBucketOptions = Nothing
)
new :
database : IMongoDatabase *
?options : GridFSBucketOptions
(* Defaults:
let _options = defaultArg options null
*)
-> GridFSBucket
Parameters
- database
- Type: MongoDB.DriverIMongoDatabase
The database. - options (Optional)
- Type: MongoDB.Driver.GridFSGridFSBucketOptions
The options.
See Also